This question is locked. New answers and comments are not allowed.
Hello,
Scenario:
I'm getting an un-handled exception (System.Reflection.TargetException: Object does not match target type), when I place RadGridView controls in different tabs.
Version info:
I'm using Silverlight controls 2011 Q1 (2011.1.223.1040), trial version.
I haven't faced this issue with 2010 Q3 controls.
Sample code:
Please suggest. Thank you.
- Naresh
Scenario:
I'm getting an un-handled exception (System.Reflection.TargetException: Object does not match target type), when I place RadGridView controls in different tabs.
Version info:
I'm using Silverlight controls 2011 Q1 (2011.1.223.1040), trial version.
I haven't faced this issue with 2010 Q3 controls.
Sample code:
<Grid x:Name="LayoutRoot" Background="White"> <sdk:TabControl Name="tabControl1"> <sdk:TabItem Header="Tab 1" Name="tabItem1"> <telerik:RadGridView x:Name="tab1GridView" /> </sdk:TabItem> <sdk:TabItem Header="Tab 2" Name="tabItem2"> <telerik:RadGridView x:Name="tab2GridView" /> </sdk:TabItem> </sdk:TabControl> </Grid>Please suggest. Thank you.
- Naresh
