This is a migrated thread and some comments may be shown as answers.

[Solved] RadGridView

0 Answers 52 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
prakash
Top achievements
Rank 1
prakash asked on 06 Oct 2010, 08:23 AM
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..
Tags
General Discussions
Asked by
prakash
Top achievements
Rank 1
Share this question
or