J
James Lang
OK all you clever people
I have a datagrid in vb.net that is bound to an arraylist
I have created a DataGridTableStyle and added the columns I want to show and
all works well
Now for the sticky bit
If I edit a cell and tab or click to the next cell then the edit is OK
the underlying data is updated
BUT
if I edit a cell and then click on another control say a commandbutton then
the datagrid is left in edit
mode ie the pencil icon is present on the left of the row I just changed
and the underlying data is not updated.
Any help on how to fix this would be a great help !!!!!!!!!!
ps dont say use a datatable or dataset and choose a table from it
That I can do. Its the Arraylist that I want to work with in this situation
Thanks in advance
James
I have a datagrid in vb.net that is bound to an arraylist
I have created a DataGridTableStyle and added the columns I want to show and
all works well
Now for the sticky bit
If I edit a cell and tab or click to the next cell then the edit is OK
the underlying data is updated
BUT
if I edit a cell and then click on another control say a commandbutton then
the datagrid is left in edit
mode ie the pencil icon is present on the left of the row I just changed
and the underlying data is not updated.
Any help on how to fix this would be a great help !!!!!!!!!!
ps dont say use a datatable or dataset and choose a table from it
That I can do. Its the Arraylist that I want to work with in this situation
Thanks in advance
James