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



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”);