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
1612
How to force winGrid to work in onPropertyChanged bind mode?
posted

Can you please advice how to force on grid to commit all data during user input

like binding standard .NET controls in on DataSourceUpdateMode.OnPropertyChanged

 

What I'd like to archive is when eg user clicks checkbox, I'd like grid to update datasource (DataTable) and fire all events related (eg CellAfterUpdate, row formatting etc)

 

Is it a way to archive that ? Appreciate any tips...