Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jennifer on Sep 09, 2008 13:08
open dhtmlx forum
dhtmlxGrid : Sorting rows between headers

My objective is to sort the rows between HEADERS alphabetically. What way may I go about doing this?

i.e.

----------------- Header1 -----------------
-- [A..] -------------------------------------
-- [D..] -------------------------------------
-- [S..] -------------------------------------
-- [X..] -------------------------------------
----------------- Footer1 ------------------
------------------ Header2 -----------------
-- [J..] -------------------------------------
-- [M..] -------------------------------------
-- [S..] -------------------------------------
-- [T..] -------------------------------------
----------------- Footer2 -----------------
Answer posted by Support on Sep 10, 2008 01:50
Grid doesn't support such sorting by default, but you can use custom sorting to achieve similar effect.
Please check
        http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Sorting_in_grid.html#grid_art_sort
        "Partial sorting" section.