L
Linkz
Greetings,
I have a DataGrid that is bound to a DataTable. The DataTable is
updated under the covers and as such is reflected in the DataGrid.
However, the DataGrid is editable (basically its a control for the user
that reflects real-time pricing information). When the user begins to
edit a row, I make the row as uneditable with some state information
that I've provided to the row. Now, the problem is that if the user is
editing and I add or update a row, the cell concedes focus and commits
the contents of the cell. As you can guess this is extremely annoying
if the data is updating with any regularity. Anyone have any insight
into this one?
We've been through one iteration of tweaking and contorting the DataGrid
and the DataGridColumn. So any insight here would be very useful.
-- Linkz
I have a DataGrid that is bound to a DataTable. The DataTable is
updated under the covers and as such is reflected in the DataGrid.
However, the DataGrid is editable (basically its a control for the user
that reflects real-time pricing information). When the user begins to
edit a row, I make the row as uneditable with some state information
that I've provided to the row. Now, the problem is that if the user is
editing and I add or update a row, the cell concedes focus and commits
the contents of the cell. As you can guess this is extremely annoying
if the data is updating with any regularity. Anyone have any insight
into this one?
We've been through one iteration of tweaking and contorting the DataGrid
and the DataGridColumn. So any insight here would be very useful.
-- Linkz