Hello,
I've got a grid which opens a new RadWindow to edit individual records. When the window closes, my RadGrid updates as follows:
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
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