Hi
Is it possible to apply the function groupBy() to a subgrid?
You can use onSubGridLoaded event
grid.attachEvent(“onSubGridLoaded”,function(sub){
sub.groupBy(2); // sub - subgrid
return true;
});
Hi
Is it possible to apply the function groupBy() to a subgrid?
You can use onSubGridLoaded event
grid.attachEvent(“onSubGridLoaded”,function(sub){
sub.groupBy(2); // sub - subgrid
return true;
});