Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tejas Shah on Aug 01, 2008 08:45
open dhtmlx forum
DHTMLX Grid : Sort Rows, Columns

Hi,
Can I sort ALL rows by a particular type ?
Can I sort ALL columns by a particular type ?
Answer posted by Support on Aug 04, 2008 03:00

You can sort rows by values of any column, as 

           grid.sortRows(column_index);
http://dhtmlx.com/docs/products/dhtmlxGrid/doc/articles/Sorting_in_grid.html#grid_art_sort

dhtmlxGrid doesn't support sorting by columns.