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

GridView Grouping problem

2 Answers 41 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Connors
Top achievements
Rank 1
Connors asked on 19 Sep 2013, 03:16 AM
Hi There,

I have updated to the latest telerik controls for sliverlight, Q3 2013. After I updated, the grouping of the grid seems not working properly anymore.

This is the xaml defines the grid

<kern:BaseGridView x:Name="GrdJobList" 
                                   CanUserFreezeColumns="False" 
                                   AutoExpandGroups="False" 
                                   SelectionMode="Extended" 
                                   GroupPanelBackground="LightGray" 
                                   GroupPanelForeground="#FF606060"
                                   AutoGenerateColumns="False" 
                                   Background="Transparent" 
                                   HorizontalAlignment="Stretch" 
                                   SelectionUnit="FullRow"
                                   CanUserDeleteRows="False" 
                                   CanUserSortColumns="True" IsFilteringAllowed="True" IsReadOnly="True" 
                                   ShowGroupPanel="True" RowIndicatorVisibility="Collapsed" 
                                   BorderThickness="0" telerik:StyleManager.Theme="Metro"                                  
>

After hours of trying I found out I have to put the 
telerik:StyleManager.Theme="Metro"    

in the attributes of the grid in order to see the grouping. But the theme, style are different before upgrade. But without that style manager attribute, no group is displayed. I have attached three screenshots, one is before update, one is after update and the grouping is not working and last one is after update and group is working but looking differently.
Why the style manager matters for grouping purpose?

Even I put this in there 
telerik:StyleManager.Theme=""

The grouping will show some data at least. 

Without it, you only can see the screenshot with empty rows heads etc.

Any help will be appreciated!

Thanks

2 Answers, 1 is accepted

Sort by
0
Yordanka
Telerik team
answered on 19 Sep 2013, 06:10 AM
Hello Connors,

Thank you for the feedback.

Actually, the Metro theme was obsoleted and Windows8 theme should be used instead. Could you try setting telerik:StyleManager.Theme="Windows8" ?
 
Regards,
Yordanka
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
0
Connors
Top achievements
Rank 1
answered on 14 Oct 2013, 09:01 PM
Even I set the style as Windows8, it shows the same as my first image. No text at all. in fact, only Metro works. but looked diiferently
Tags
GridView
Asked by
Connors
Top achievements
Rank 1
Answers by
Yordanka
Telerik team
Connors
Top achievements
Rank 1
Share this question
or