This question is locked. New answers and comments are not allowed.
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.
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
>