Title: sortName not working ! Post by: splat1985 on December 08, 2012, 09:22:39 AM Simply write the following code but it does not work. Why might that be?
Code: $("#stokGrid").datagrid({ loadMsg:'Yukleniyor lutfen bekleyin !', remoteSort: false, sortName:'sto_isim', sortOrder:'asc', rowStyler : function(index,row){ ..... |