Home › Forums › WinForms controls › Xceed Grid for WinForms › OnDataRowsChanged , correct way of using this? › Reply To: OnDataRowsChanged , correct way of using this?
Just to mention that I have thought about this. I’ll provide the solution which I am using now.
I’ve added a CurrentChanged event to my bindingsource which triggers after the row is saved.
In this event I am able to set the unbound columns of the currently selected grid row.
This approach works, however I would like to implement this in a different manner so the grid is updated with the correct information right away.
Imported from legacy forums. Posted by opicron (had 369 views)