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
600
Detecting change in bindingsource bound to a ultrawingrid
posted

I have an ultraWinGrid with a bindingSource (bound to an object graph) bound to it. This means also the use of multiple bands.

In the background, the content of the object graph is modified. The value of a property is assigned after doing some work on a background thread.

Is there an event that can detect this change (and gives the row as an argument)?

Otherwise I have to loop through the grid each time I change the object. Which isn't that performant.

Kind regards

Parents Reply Children
No Data