DHX Grid: Load Grid with one column pre-sorted

Hi there,

I want to sort the grid based on one column’s value. Means the grid should be loaded with pre-sorted of one column’s value. How to do that ??

You can use grid.sortRow to force sorting

grid.loadXML(url,function(){
grid.sortRow(index,sorting_type,order);
})