Hi,
I am using dhtml xgrid in my application,
I am using sorting mechanism in grid using setColSorting(“int,str,str,…”) method.
Is it possible to know the sorting type like ‘int’ or ‘str’ using javascript ?
Is there any method supporting the above functionality?
/Thanks & Regards,
Raj
The sorting type of column provided as one of parameters of sorting events.
There is no special API, but it can be accessed as
grid.fldSort[column_index]