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

Groupdescriptor causing header misalignment

1 Answer 39 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Stan
Top achievements
Rank 1
Stan asked on 10 Jan 2012, 07:34 PM
Hi there

I have an issue with a default group descriptor on my grid causing the headers to misalign. This is confusing to the user. It looks like the issue may be the indent that pops up when the group descriptor is defined. The grid looks fine if I remove the group descriptor.

See attached screenshot.

This is my xaml.

<telerik:RadGridView ShowGroupPanel="False" Margin="5,5,5,5" 
ShowInsertRow="False" 
IsReadOnly="True"   RowIndicatorVisibility="Collapsed" 
CanUserDeleteRows="False" CanUserFreezeColumns="False" 
IsFilteringAllowed="False" 
 AutoGenerateColumns="False" SelectionMode="Multiple" 
ItemsSource="{Binding Collection[0].Children}" 
AutoExpandGroups="True">     
<telerik:RadGridView.GroupDescriptors><BR>             
<telerik:GroupDescriptor Member="SubtemplateGroup" 
SortDirection="Ascending"/>             
</
telerik:RadGridView>

1 Answer, 1 is accepted

Sort by
0
Stan
Top achievements
Rank 1
answered on 11 Jan 2012, 01:35 AM
Found the issue, there was a rogue global style hiding the indent. Thanks.
Tags
GridView
Asked by
Stan
Top achievements
Rank 1
Answers by
Stan
Top achievements
Rank 1
Share this question
or