Hi guys,
I have a grid binded to a Linq datasource. Binding is done by hand/code when populating data.
Some of the data needs a editable grid, and some dont. I therefor switch between two datasources and switch between making the grid readonly and writable.
When its in writable mode, i'm able to write data into the cells and a new row is added automatically if move to another row (with the arrowbuttons) or click outside the row, but if i tab out of the last cell in the row i get an NullReferenceException ("Object reference not set to an instance of an object")?. I use the latest version of the grid (2010.3.10.1109).
Any idea?
Regards
Svein Thomas
I have a grid binded to a Linq datasource. Binding is done by hand/code when populating data.
Some of the data needs a editable grid, and some dont. I therefor switch between two datasources and switch between making the grid readonly and writable.
When its in writable mode, i'm able to write data into the cells and a new row is added automatically if move to another row (with the arrowbuttons) or click outside the row, but if i tab out of the last cell in the row i get an NullReferenceException ("Object reference not set to an instance of an object")?. I use the latest version of the grid (2010.3.10.1109).
Any idea?
Regards
Svein Thomas