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
40
UltraWinGrid and BindingSource and RaiseListChangedEvents
posted

Hi, I'm not seeing the UltraWinGrid with a datasource set to a .net BindingSource honor the RaiseListChangedEvents = false.  Can you give me some guidance on this ?

We are using a list<t> that implements ITypedList and we set the grid's datasource to the bindingsource and then the bindingsource.datasource = my list. 

We do not want the WInGrid to update its contents when the underlying data source changes.  If I set the bindingsource.RaiseListChangeEvents = false, the grid is still updating the cell contents via the ITYpedList get PropertyDescriiptor.GetObject().  I am forced to return the real object that has been updated and I thought the grid will preseve the original values if I turned off the raiselistchangedevents.

Hoping there is a minor change we can make.

thanks

 

Parents Reply Children
No Data