M
Miro
Simple perhaps to you - but not to me.
Here is a quick question I just cant seem to find a solution for. (im using
vb.net but i dont think that matters in this case).
I created a dummy datagrid - linked to a dataset.
on it are 3 columns:
date, combobox, checkbox
now...go to a current record and click the comobo box and drop down to a new
item in the list.
selecting that list, the record goes into 'edit mode ( left pencil in the
datagrid view ).
Now if I hit my 'save' button right now, it doesnt actaully save that
change.
It will save it if I hit 'enter' or 'tab' first. ( Pencil turns back to
black arrow )
Is this normal of a .net datagrid ?
Is there anyway around it - some code i can put somewhere so i dont click a
dropdown, and hit save right away, but really I havnt changed the field
column yet until I hit the enter key or tab key or click to another field /
column / record.
Hope that makes sense.
Thanks
Miro
Here is a quick question I just cant seem to find a solution for. (im using
vb.net but i dont think that matters in this case).
I created a dummy datagrid - linked to a dataset.
on it are 3 columns:
date, combobox, checkbox
now...go to a current record and click the comobo box and drop down to a new
item in the list.
selecting that list, the record goes into 'edit mode ( left pencil in the
datagrid view ).
Now if I hit my 'save' button right now, it doesnt actaully save that
change.
It will save it if I hit 'enter' or 'tab' first. ( Pencil turns back to
black arrow )
Is this normal of a .net datagrid ?
Is there anyway around it - some code i can put somewhere so i dont click a
dropdown, and hit save right away, but really I havnt changed the field
column yet until I hit the enter key or tab key or click to another field /
column / record.
Hope that makes sense.
Thanks
Miro