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
2150
XamGrid support for System.Windows.Forms.BindingSource
posted

I have a previous open question about whether the XamGrid formally allows for binding to anything that implements IBindingList.  Unfortunately I don't think there is any explicit documentation regarding this, or even whether XamGrid's should work with DataView. (see http://ko.infragistics.com/community/forums/t/95413.aspx)

To take it one step further, I'd like to swap out my DataView for System.Windows.Forms.BindingSource, the reason being that I'm seeing too much cpu activity on my XamGrid because of a hot spot ( DataManagerBase.IBindingListData_ListChanged).  Unlike a DataView, the BindingSource provides a way to suspend binding and perhaps cut back on this activity (image):

I suppose that, if there is no explicit documentation about IBindingList or DataView, then I don't have much hope to get formal support for BindingSource.  Any luck that will work in a XamGrid?  Is there a better way to defer the handling of the IBindingList events in my XamGrid?

Any information would be much appreciated.