Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by CHW on Mar 17, 2008 18:00
open dhtmlx forum
Partial sort

Hi,

Excuse me, I believe that I put, previously, the subject in incorrect place.

I need to classify (for sample) the grid in the column "x" of the line 1 to the line 5
and after the line 7 until the line 10
To observe that the line 6 should not be classified. (sample: "total line of group" )

Some idea?

Best regards.

CHW
Answer posted by Support on Mar 18, 2008 06:06
There is no built in functionality for such behavior, but next workarounds is possible

a) sort whole grid and move line 6 back to necessary positions after sorting, by grid.moveRow

b) use complex sorting function - please check attached sample
Attachments (1)