Hello,
I have a RadGridView with serveral GridViewDataColumn's. The rows are grouped by a groupdescriptor.
I have a RadGridView with serveral GridViewDataColumn's. The rows are grouped by a groupdescriptor.
<
telerikGrid:RadGridView.GroupDescriptors>
<Telerik_Windows_Data:GroupDescriptor Member="Category" SortDirection="Ascending" DisplayContent="Categorie"/>
</telerikGrid:RadGridView.GroupDescriptors>
By default, all these groups are collapsed. How do I make all these group expanded by default? So they are still grouped, but the groups are not collapsed when the table is loaded.
Many thanks in advance.
Best regards,
Peter