colType int and link not sorting

Hello,



I am evaluating your product and almost certainly about to buy but have a small problem. We have some dynamicallly created XML and this all works fine to create a grid. However the only sorting method that seems to be working is str -any other does not sort at all, the arrows in the header move but the rows do not sort.



Here is some code: This is part of building the string for the header depending on some preferences of the user.



if($strESN==“checked”)        echo 'colHeaders=colHeaders+“ESN,”; colWidths=colWidths+“100,”; colAlign=colAlign+“center,”; colTypes=colTypes+“ro,”; colSort=colSort+“str,”; ';



This works fine but as the column contains numbers it is not sorting correctly. Changing the code to.



if($strESN==“checked”)        echo 'colHeaders=colHeaders+“ESN,”; colWidths=colWidths+“100,”; colAlign=colAlign+“center,”; colTypes=colTypes+“ro,”; colSort=colSort+“int,”; ';



and the column stops sorting altogther. We have the same problem with a coloumn that has links in. It does not sort properly with str but changing it to link stops it working.



Have you any ideas?

Unfortunately problem can’t be reconstructed with local samples.
The sorting works for int sorting type
    support@dhtmlx.com )