dhtmlXGrid - setUserData

Hi,



Some exists method to save and to recover my data in the cell of a dhtmlXGrid?



For instance, in the cell the value is June (formatted), but I need to obtain the internal value that is 6 (no formatted).



I know that it exists for row (row_id) and I don’t know if it exists for cell.



Best regards,



CHW

Value of cell can be obtained as

var value=grid.cells(id,index).getValue()

where id - id of row
    index - index of column ( zero based )