Stable sorting in TreeGrid

Hello there!



Is there any possibility for stable sorting in a TreeGrid? I would like to sort the data regarding several columns, so that entries with same data in first priority sort column are sorted by column with second priority and so on.



Thx in advance!

While it possible in plain grid by
    grid.enableStableSorting(true)
The same functionality is currently not available in TreeGrid. It is a regression, which we plan to fix in next build. If you need solution ASAP - please contact us directly at support@dhtmlx.com ( and provide your ref. number ) - we will provide a build where enableStableSorting will work for TreeGrid as well.