M
M O J O
(using vb.net)
Hi,
Is it possible to get notified when a DataGrid has changed?
I've tried the MyDataTable.ColumnChanging/RowChanging, but they are only
triggered when the focus leaves the cell.
I want to get notified when the cell data is changing. That is when the
first key is pressed.
I need to enable a Save-button and it should be enabled when the first key
is pressed and not when cell focus is changed.
Any idea??
Thanks!
M O J O
Hi,
Is it possible to get notified when a DataGrid has changed?
I've tried the MyDataTable.ColumnChanging/RowChanging, but they are only
triggered when the focus leaves the cell.
I want to get notified when the cell data is changing. That is when the
first key is pressed.
I need to enable a Save-button and it should be enabled when the first key
is pressed and not when cell focus is changed.
Any idea??
Thanks!
M O J O