G
Guest
Hi there,
I'm struggling to get the right event. I want to be notified of a change in
a cell in a DataGrid made by a user. I need following information about the
change:
* the row index
* the column index
* the newly entered value
I need this information to update another DataGrid. I have checked the
following events, but they don't supply the info I need:
* DataGrid.CurrentCellChanged: Yields the row/col-index of the newly entered
cell.
* DataTable.ColumnChanged/RowChanged: Does not yield the indices of the row
or the column of the cell that changed.
Can someone help me?
Best regards and thanks,
I'm struggling to get the right event. I want to be notified of a change in
a cell in a DataGrid made by a user. I need following information about the
change:
* the row index
* the column index
* the newly entered value
I need this information to update another DataGrid. I have checked the
following events, but they don't supply the info I need:
* DataGrid.CurrentCellChanged: Yields the row/col-index of the newly entered
cell.
* DataTable.ColumnChanged/RowChanged: Does not yield the indices of the row
or the column of the cell that changed.
Can someone help me?
Best regards and thanks,