Categories | Question details Back To List | ||
Thanks for your response.
setPage doesnt work, instead i have tried changePage which works fine, this resolved the issue of getting user to first page, now the problem is, rows are not getting sorted. Answer posted on Jul 12, 2007 14:34 Sorry for inconvenience, it was my mistyping, the correct code is mygrid.attachEvent("onBeforeSorting",function(){ mygrid.changePage(0); return true; }); the code need to return true, because in other case sorting will be blocked. Answer posted by Stanislav (Support) on Dec 02, 2014 23:26 Not much can be said in addition to the reply above, but you also can check ipad javascript library and js color picker and find out what we have probably missed in our explanation. |