https://www.telerik.com/forums/select-all-within-grouping , reference to this
Hi Team ,
I am implementing the same functionality in Kendo Grid using j Query in a Razor page. I have successfully implemented nested grouping, and it works well for selecting all records with a matching group header. The issue arises when the filtered data spans multiple pages. It works fine when the data is on the same page, but when it extends to the second page, the selection doesn't include records from that page.
I am currently using `grid.dataSource.flatView()` to obtain the data. However, it seems that this method only provides data from the current page. I need a solution to retrieve data from all pages, considering that the grouping alters the page views.
Thanks,
Swapnil
Hi Team ,
I am implementing the same functionality in Kendo Grid using j Query in a Razor page. I have successfully implemented nested grouping, and it works well for selecting all records with a matching group header. The issue arises when the filtered data spans multiple pages. It works fine when the data is on the same page, but when it extends to the second page, the selection doesn't include records from that page.
I am currently using `grid.dataSource.flatView()` to obtain the data. However, it seems that this method only provides data from the current page. I need a solution to retrieve data from all pages, considering that the grouping alters the page views.
Thanks,
Swapnil