Declined
Last Updated: 19 Jul 2017 14:04 by Manish
ADMIN
Vasil
Created on: 15 May 2013 08:08
Category: UI for ASP.NET AJAX
Type: Feature Request
16
Improve RadGrid's grouping, to get more items from the next page, when group in the current gets collapsed.
Improve RadGrid's grouping, to get more items from the next page, when group in the current gets collapsed.
9 comments
Manish
Posted on: 19 Jul 2017 14:04
deleted by msharmahttp
Attached Files:
David Bryant
Posted on: 02 May 2017 19:21
Updating a project from 2011 that uses the grid from that period.  Group by expressions worked properly with paging in that version but do not work in the 2107 grid.  No error -- just no paging.  Not collapsing the group.  To move the project along, we got rid of the groups but that did impact the experience.
TallOne
Posted on: 04 Mar 2016 23:44
Devexpress looks real strong on this feature!
miksh
Posted on: 02 Jun 2014 14:51
Agree with James. 
I would even be ok if such functionality will have some limitations, e.g. the only server-side binding...
James
Posted on: 02 Jun 2014 11:47
Then redesign RadGrid because the architecture is flawed.
ADMIN
Radoslav
Posted on: 31 May 2014 14:07
This is a limitation into the RadGrid. After a research we found that the desired functionality cannot be achieved with the current implementation of the RadGrid’s data binding and expand collapse group items functionalities
miksh
Posted on: 14 May 2014 13:06
Telerik MUST match to similar DevExpress featurehttp://demos.devexpress.com/ASPxgridviewDemos/GroupingSorting/Grouping.aspx 
Giuseppe
Posted on: 17 Apr 2014 15:42
Absolutelly useful !!!! Please provide this feature as soon as possible
Mark DeMichele
Posted on: 15 May 2013 09:49
Paging and grouping currently don't go well together.  If we have a group with 100 items and the paging is set to 25, if that group is collapsed it takes up 4 pages.  If it's collapsed, it should only take on one row of the 25 available.  In other words if of the grid is displayed with all groups collapsed, you should see 25 groups on one page.  In order for this to work right though, you need make more trips back to the server when you expand and groups.  In my usage of the grid this is totally fine though.  We make trips back to the server all the time for sorting, paging, etc.