Unplanned
Last Updated: 16 Mar 2020 09:51 by ADMIN
Tim R
Created on: 11 Jan 2013 13:19
Category: Grid
Type: Feature Request
4
updating a single data-row should not by default expand *all* collapsed groups
Updating a single row by default expands ALL collapsed groups. Removing a single row or inserting a single row does the same. This design lacks granularity: an isolated change to a single row should not cause the expanded/collapsed state of all groups to change.

If the user is focusing on flu cases in New York City and a new flu case is added to the Los Angeles group, why should every group in the grid be expanded? 

 Only the group affected by the change should change its UI state. The grid should listen for the change event of the observed  *row* and if it is felt that a change to the row's data should cause a UI change, only the group to which that row belongs should be changed.
2 comments
ADMIN
Angel Petrov
Posted on: 16 Mar 2020 09:51

Hi,

The problem can be resolved by adding some sort ot state mechanism to remember the groups state and re-apply it when the grid is refreshed.

Regards,
Angel Petrov
Progress Telerik

Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tim R
Posted on: 11 Jan 2013 13:22
Please do not flag this as a duplicate request, since this request focuses on the behavior associated with changes to SINGLE rows, whereas my previous requests along these lines have been in relation to changing out the entire dataset with dataSource.data( new dataset).