I have a RadGridView
and as soon as it gets loaded I get this error:
Cannot create instance of 'FrozenColumnsSplitter' defined in assembly 'Telerik.Windows.Controls.GridView, Version=2011.3.1220.35, Culture=neutral, PublicKeyToken=5803cfa389c90ce7'. Exception has been thrown by the target of an invocation. Error at object '1_T' in markup file 'Telerik.Windows.Controls.GridView;component/themes/Metro/DataCellsPresenter.xaml'.
I've tried different themes, they all do it. Please advise!
<telerik:RadGridView Background="Black" HorizontalContentAlignment="Center" Loaded="GridView_Loaded" BorderThickness="0" AutoGenerateColumns="False" Grid.Row="0" x:Name="GridView" EditTriggers="None" CanUserDeleteRows="False" Foreground="White" SelectionChanged="GridView_SelectionChanged" RowIndicatorVisibility="Collapsed">and as soon as it gets loaded I get this error:
Cannot create instance of 'FrozenColumnsSplitter' defined in assembly 'Telerik.Windows.Controls.GridView, Version=2011.3.1220.35, Culture=neutral, PublicKeyToken=5803cfa389c90ce7'. Exception has been thrown by the target of an invocation. Error at object '1_T' in markup file 'Telerik.Windows.Controls.GridView;component/themes/Metro/DataCellsPresenter.xaml'.
I've tried different themes, they all do it. Please advise!
