Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Purushottam Dwivedi on Dec 05, 2008 00:13
open dhtmlx forum
grid row id problem

i have a grid which have 3 column and 5 rows

like this

Ist Col ,IInd Col, IIIrd Col

1/1/2000 2 1/1/2000

1/1/2000 3 1/1/2000

1/1/2000 0 1/1/2000


when on row created i want to show this as

1/1/2000 2 1/3/2000

1/3/2000 3 1/6/2000

1/6/2000 0 1/6/200


thank you

Answer posted by Support on Dec 05, 2008 01:53
Sorry , but i'm not really understand your situation. Please provide mode details. 
The grid shows data in same way how it was defined in XML, you can change the data in datasource, or dynamically set values of cells by grid.cells(i,j).setValue(value)

grid.cells(1,2).setValue("1//3/2000");