This question is locked. New answers and comments are not allowed.
Hi Everybody,
We have problem in RadGridView theme. Actually we have converted our silverlight application from silverlight 3 to silverlight 4 and the telerik version we are using is 2010 Q1 [2010.1.309.1030].
After conversion data is not shown in RadGridView.
But when we select a row data are shown for that row alone and the rest of rows are shown as empty expect the selected row.. whereas before conversion it shown data in RadGridView for all rows. The selected rows are in different style and rest will be shown in different style.
So we felt RadGridView theme is not working.. Current theme assigned to RadGridView is VistaTelerik
The Code:
xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView"
xmlns:controls="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls"
<telerik:RadGridView x:Name="RadGridView1"
Background="Transparent" BorderThickness="0"
ColumnBackground="Transparent" IsReadOnly="True" AutoGenerateColumns="False"
controls:StyleManager.Theme="VistaTelerik" >
Kindly help us to solve the problem.. We are in critical state to solve this issue
Thanks in Advance
P.Prakash..
We have problem in RadGridView theme. Actually we have converted our silverlight application from silverlight 3 to silverlight 4 and the telerik version we are using is 2010 Q1 [2010.1.309.1030].
After conversion data is not shown in RadGridView.
But when we select a row data are shown for that row alone and the rest of rows are shown as empty expect the selected row.. whereas before conversion it shown data in RadGridView for all rows. The selected rows are in different style and rest will be shown in different style.
So we felt RadGridView theme is not working.. Current theme assigned to RadGridView is VistaTelerik
The Code:
xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.GridView"
xmlns:controls="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls"
<telerik:RadGridView x:Name="RadGridView1"
Background="Transparent" BorderThickness="0"
ColumnBackground="Transparent" IsReadOnly="True" AutoGenerateColumns="False"
controls:StyleManager.Theme="VistaTelerik" >
Kindly help us to solve the problem.. We are in critical state to solve this issue
Thanks in Advance
P.Prakash..