This question is locked. New answers and comments are not allowed.
Hi,
I recently upgraded my silverlight project from Silverlight 3 to Silverlight 4. I also upgraded the Telerik controls for Silveright from 2009.2.812.1030 to 2010.3.1110.1040
I get an exception in GridView when I try to load the site. Following are the details:
I have following references included in my project related to GridView:
Telerik.Windows.Controls
Telerik.Windows.Controls.Data
Telerik.Windows.Controls.GridView
I have following lines in my App.xaml:
InitializeComponent() with following error:
The type 'GridViewItemsControl' was not found. [Line: 1157 Position: 412]
At this line following code is present in App.xaml:
Can anyone please help me out ?
I recently upgraded my silverlight project from Silverlight 3 to Silverlight 4. I also upgraded the Telerik controls for Silveright from 2009.2.812.1030 to 2010.3.1110.1040
I get an exception in GridView when I try to load the site. Following are the details:
I have following references included in my project related to GridView:
Telerik.Windows.Controls
Telerik.Windows.Controls.Data
Telerik.Windows.Controls.GridView
I have following lines in my App.xaml:
xmlns
:Telerik_Windows_Controls_GridView="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView"
The application errors out at following place in App.xaml.cs:
InitializeComponent() with following error:
The type 'GridViewItemsControl' was not found. [Line: 1157 Position: 412]
At this line following code is present in App.xaml:
<
Telerik_Windows_Controls_GridView:GridViewItemsControl x:Name="PART_RootItemsControl" Background="{TemplateBinding Background}" ParentRow="{TemplateBinding ParentRow}" ScrollMode="{TemplateBinding ScrollMode}" ShowColumnFooters="{TemplateBinding ShowColumnFooters}" ShowColumnHeaders="{TemplateBinding ShowColumnHeaders}" ShowGroupPanel="{TemplateBinding ShowGroupPanel}" telerik:StyleManager.Theme="{StaticResource Theme}"/>
Looks like somehow it is not able to find the GridView control. I have also heard that Telerik have changed something related to GridView in Telerik.Windows.Control.GridView and Telerik.Windows.Control.Data in the 2010 version.
Can anyone please help me out ?
