Editable DataGrid and Real-time Updates

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top