Hi, tony. Thanks for your remark.
I checked this. addRowData can get 2 arguments:
1) ID of the row
2) Row data as {column_name_0 : value_0, column_name_1 : value_1}
In my case row data is {0:1, 1:”2007-10-01″, 2:”200.00″, 3:”10.00″, 4:”210.00″, 5:”note”}
I used the short form of this: [1,”2007-10-01″,”200.00″,”10.00″,”210.00″,”note”]
addRowData works fine, i see the grid with valid data in it. The problem is that i can't make a cell editable.