This question is locked. New answers and comments are not allowed.
I am trying to use an implicit theme for my RadGridView control to colour my rows in Silverlight 4. My problem is that in my Style element in the XAML editor I get the error "Type 'telerik:GridViewRow' was not found".
The example given in the Telerik performance Issues page is as follows:-
I do have the namespace reference.
I am using the Silverlight telerik Controls Q1 2010 SP2.
Cheers,
Sigd.
The example given in the Telerik performance Issues page is as follows:-
<UserControl.Resources> <Style TargetType="telerik:GridViewRow"> <Setter Property="Background" Value="Blue"/> </Style> </UserControl.Resources> <Grid x:Name="LayoutRoot" Margin="100"> <telerik:RadGridView ItemsSource="{Binding Data}" /> </Grid>I do have the namespace reference.
xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView"I am using the Silverlight telerik Controls Q1 2010 SP2.
Cheers,
Sigd.