Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3220
xamDataGrid: Apply changes immediately to datatable
posted

Hello,

I am using xamdatagrid, bound to a datatable.defaultview. When a cell value was changed, the datatable rowstate doesn't go to modifed. Only when the focus of the row is lost, the row state is changed.

How can I apply the values to the underlying datatable when a cell value has changed?