Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by CHW on Oct 24, 2007 09:33
open dhtmlx forum
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
Answer posted on Oct 25, 2007 01:56
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 )