DHTMLX Grid not displaying Numeric-Alpha correctly...

Hi All,

I have a grid where the rows are displayed as editable and one of the column has numeric-alpha values for ex. 2013PF, 2012ST etc.

I used the setNumberFormat method and still it does not seem to work. It is ignoring the characters in the string and displays the data as 2013.000 and 2012.000 instead of 2013PF and 2012ST.

Any inputs is highly appreciated.

Thanks,
SK

Unfortunately the setNumberFormat() method works with decimal numbers only.