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

Persisting RadGrid GroupBy Setting

1 Answer 50 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 06 Jan 2015, 12:57 AM
Hello,

I've got a grid which opens a new RadWindow to edit individual records. When the window closes, my RadGrid updates as follows:

function CloseAndRebind(args) {
    GetRadWindow().BrowserWindow.refreshGrid(args);
    GetRadWindow().close();
}

If the RadGrid is grouped, then a record is updated, the grid grouping is cleared. How can I keep the RadGrid grouped through my update process? If this is not possible, is there a way to get and set the grid grouping setting client-side?

Thanks

1 Answer, 1 is accepted

Sort by
0
Angel Petrov
Telerik team
answered on 08 Jan 2015, 03:24 PM
Hi Michael,

Actually you should not experience such behavior and the grid should remain grouped after the record is edited. Could you please share with us the grid page contents so we could examine the implementation? Additionally please ensure that the GroupByExpressions are not cleared by some custom logic on the server once the record is updated.

Regards,
Angel Petrov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Michael
Top achievements
Rank 1
Answers by
Angel Petrov
Telerik team
Share this question
or