Posted
on Jul 13, 2010
(permalink)
Hello,
The solution:
grid.groups = $.map(grid.groupBy.split('~'), function(item) {
var nameAndOrder = item.split('-');
return {member:nameAndOrder[0], order:nameAndOrder[1], title:nameAndOrder[0]};
});
from William Brown worked, although the icon on the header of the grid mentioning the groups disappear.
Is there a way to keep the icon of the groups after refreshing ?
Also the text on the search filters disapears after the refresh, is there a way to keep the text there ?