Declined
Last Updated: 20 Nov 2014 18:54 by ADMIN
Tim R
Created on: 07 Jan 2013 02:24
Category: Kendo UI for jQuery
Type: Feature Request
2
grid.refresh( { resort: true, regroup: true} )
When the grid is refreshed with grid.refresh(), regrouping and resorting is not done automatically; as a result, any updates to the underlying dataItems that affect sorting or grouping are not reflected in the grid. That level of control should be available to the developer. Therefore, I would like to suggest that the grid.refresh() method accept an optional configuration object:

var options
 = { resort: true|false (default), regroup : true|false (default)}
grid.refresh( options )

In this way, if the grid is groupede by [department] for example, and the [department] of certain rows is changed programmatically via dataItem["department"] = somethingDifferent, when the grid.refresh ({regroup: true}) method is invoked with the optional argument, the grid would be regrouped, reflecting those changes to the rows' dataItems.

2 comments
Imported User
Posted on: 22 Jan 2014 16:42
I'm a new user and just saw this post.  Please reopen this request since I need this functionality as well!

Thanks!
ADMIN
Brandon
Posted on: 10 May 2013 19:35
Closed due to zero votes