OlegK said:
If you don't want to add information about ids to the data which you add you can force sorting with a simple reloading of grid:
$("#myXXTable").trigger("reloadGrid");
or
$("#myXXTable").setGridParam({rowNum:16}).trigger("reloadGrid");
I hope that it will work.
Best regards
Oleg
Hi,
I don't quite understand what the “add information about ids” is, could you kindly explain more detail? Thank you very much.