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

GridView Grouping and Paging Collapsed Groups by Default

1 Answer 81 Views
GridView
This is a migrated thread and some comments may be shown as answers.
erwin
Top achievements
Rank 1
Veteran
Iron
erwin asked on 24 Aug 2018, 10:03 AM

Hi,

My grid uses Ajax to load its entire content at initial load. Paging/Filtering/Sorting all done locally afterwards. I would like to enable interactive Grouping that mimics as closely as possible the Telerik Windows Forms Grid.

When the user groups on a column, the grid should display initially collapsed groups with as many group headers as fit into the given page size. Ideally, The group headers should also indicate the number of child rows in the group. Ideally I should be able to sort the group headers according to the count of members (largest group first).

I had a look at documentation but most samples seem to use the databind event which is as far as I know not fired when the user selects grouping after data load.

I'm a beginner with ASP.NET MVC so I might have missed the obvious.

Thanks and kind regards

Erwin

1 Answer, 1 is accepted

Sort by
0
erwin
Top achievements
Rank 1
Veteran
Iron
answered on 24 Aug 2018, 10:07 AM
I'm sorry, posted to the wrong group.
Tags
GridView
Asked by
erwin
Top achievements
Rank 1
Veteran
Iron
Answers by
erwin
Top achievements
Rank 1
Veteran
Iron
Share this question
or