This question is locked. New answers and comments are not allowed.
Hello!
I have a Telerik RadGridView on my page and i manage to auto group de results when the page loads using the GroupDescriptors
Example:
I have 4 grouped items, that are the status of the projects:
Started, In Progress, Stoped, Finished.
When the page loads all the groups are "Collapsed" but i want that the Started group stay "visible" or "opended" is there a way to do this?
i will send a image that examples what i'm triyng to do.
I have a Telerik RadGridView on my page and i manage to auto group de results when the page loads using the GroupDescriptors
Example:
<telerik:RadGridView.GroupDescriptors> <telerik:GroupDescriptor Member="Project.Project" DisplayContent="Project" SortDirection="Ascending" /> </telerik:RadGridView.GroupDescriptors>I have 4 grouped items, that are the status of the projects:
Started, In Progress, Stoped, Finished.
When the page loads all the groups are "Collapsed" but i want that the Started group stay "visible" or "opended" is there a way to do this?
i will send a image that examples what i'm triyng to do.