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
1405
UltraGrid with BindingList and DropDowns
posted

I'm having a bit an issue wrapping my head around this for whatever reason.

I have an UltraGrid with data bound like so: UltraGrid.SetDataBinding( IBindingList<T>) 

Later, I added an UltraCombo (because I like the flexibility of its appearance) but I've run into issues with the ListChanged events not firing properly. I stepped into the UltraGrid_CellChanged event and can see that the value of my grid cell hasn't changed at all, even though its display text has.

My question simply, I suppose - Which object can I bind to a grid column that supports IBindingList and ListChanged events but also has the appearance capabilities of the UltraCombo?

 

Thanks.

Parents Reply Children
No Data