J
John J. Hughes II
How to intercept the data from the row's text box before it's written to the
underlying data source. I need to change the edit data before it stored. I
understand that the CellFormating catches the data before it's displayed but
all the other events seem to occur after the system attempts to write the
data back to the data source. I want to handle writing to the data source
directly.
The DataGridView is bound to a data source which seems to preclude using the
VirtualMode option???
A flow chart of when the events occur for this control would be really
helpful.
Regards,
John
underlying data source. I need to change the edit data before it stored. I
understand that the CellFormating catches the data before it's displayed but
all the other events seem to occur after the system attempts to write the
data back to the data source. I want to handle writing to the data source
directly.
The DataGridView is bound to a data source which seems to preclude using the
VirtualMode option???
A flow chart of when the events occur for this control would be really
helpful.
Regards,
John