This question is locked. New answers and comments are not allowed.
Hi,
i want to use the programmatic grouping with the xaml code
it works fine.
But if i want to disable the grouping by removing the "Status" from the Header i am not able to put it back into to Header to sort the GridView again. I am tried to build a workaround with the code IsGroupable="True" but nothing happens.
Okay i tried to start again and remove ALL the code from the xaml, but now not even manually grouping is possible....!?!?
I am a little bit confused i hope you guys can help me to find the problem!
Thanks a lot
Daniel
i want to use the programmatic grouping with the xaml code
<
telerik:RadGridView.GroupDescriptors>
<telerik:GroupDescriptor Member="Status"
SortDirection="Ascending" />
</telerik:RadGridView.GroupDescriptors>
it works fine.
But if i want to disable the grouping by removing the "Status" from the Header i am not able to put it back into to Header to sort the GridView again. I am tried to build a workaround with the code IsGroupable="True" but nothing happens.
Okay i tried to start again and remove ALL the code from the xaml, but now not even manually grouping is possible....!?!?
I am a little bit confused i hope you guys can help me to find the problem!
Thanks a lot
Daniel