Advanced Forum Search Results
-
Combobox in Silverlight seems to have some issue while setting the SelectedItem or index. I tried with updatedLayout, but still it throw exeception. So I have derived the control and override the PrepareContainerForItemOverride method and call the base method with try catch. This solved the issue and Selected item seems to be working fine. This ...
-
Combobox in Silverlight seems to have some issue while setting the SelectedItem or index. I tried with updatedLayout, but still it throw exeception. So I have derived the control and override the PrepareContainerForItemOverride method and call the base method with try catch. This solved the issue and Selected item seems to be working fine. This ...
-
Thanks for your reply.
I have already implemented the code using the selected Item or Selectedindex which works fine when the control is loaded. But after reloading the same combobox during some evernts,and at the time when i try to set the selected item, this above exception is thrown.
-
While setting the selected item of silverlight combo box, there is an issue. I have tried updatelayout and finally i have inherited and created a new combo control. Then overided the method PrepareContainerForItemOverride and call base method with try catch which works fine. See my post below for sample ...
-
There Seems to be an issue in Silverlight Combobox 2.0.
Exception:
Value does not fall within the expected range.
at MS.Internal.XcpImports.MethodEx(IntPtr ptr, String name, CValue[] cvData)
at MS.Internal.XcpImports.MethodPack(IntPtr objectPtr, String methodName, Object[] rawData)
at ...
-
There Seems to be an issue in Silverlight Combobox 2.0.
Exception:
Value does not fall within the expected range.
at MS.Internal.XcpImports.MethodEx(IntPtr ptr, String name, CValue[] cvData)
at MS.Internal.XcpImports.MethodPack(IntPtr objectPtr, String methodName, Object[] rawData)
at ...