Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Pierre-Yves on Jun 02, 2007 11:16
open dhtmlx forum
How to sort rows on datagrid loading ?? thx.


Answer posted on Jun 04, 2007 11:40
You can use code similar to next
grid.loadXML(someURL,function(){
    //after load logic here
    grid.sortRows(1,"str","asc")
    //will sort by column 1, in asc order, as strings
});
Answer posted by sematik (Support) on Nov 29, 2014 11:50

Having solved the problem mentioned above, you may also look through the possible related problems with scheduling calender and javascript rich text editors.