Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Wolfgang Philipp on Jul 02, 2008 03:59
open dhtmlx forum
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!
Answer posted by Support on Jul 02, 2008 04:45
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.