Categories | Question details Back To List | ||
Error using stable sorting Hi, I have version 1.6 (pro) of the grid. I am trying to use stable sorting so we can sort on multiple columns. In my init, I have the following before loading row data or calling grid.init( ): grid.enableStableSorting(true); However, after the first time I sort a column, I get this error message (copied from Firebug): s[sort] is not a function dhtmlx/grid/dhtmlxgrid.js Line 5419 Is there something I've done wrong? Answer posted by Support on Sep 10, 2008 01:47 This issue fixed in latest build. It will be released in nearest time. If you need the fix ASAP - please contact us directly at support@dhtmlx.com and provide your ref. number |