number formatting

Hi,



I am using dhtmlx grid with a cell type link.

I am displaying comma separated numerical values in this column.

Since i need to navigate to a drilldown screen from this numerical value, i am using cell type “link”.

But i need to include sorting based on the numerical value.



Now with celltype as “link” and sort by as “int”, sorting is not number based, instead it is character based.



Ccan you help me out?

The filtering uses getValue method of cell object to fetch cell data, so the problem can be resolved only by modification of getValue method of link excell , or by creating custom excell for similar purpose.
Sample of modified link excell attached



dhtmlxgrid_excell_link_mod.zip (946 Bytes)