How to refresh an Infragistics UltraGrid?

Nakul Chaudhary picture Nakul Chaudhary · Nov 10, 2009 · Viewed 10.4k times · Source

I am using Infragistics UltraGrid with datasouce Windows Bindingsouce. On change, I provide datasouce to Bindingsouce and call DataBinding of UltraGrid. Value in the datasouce of Bindingsouce changes, but that is not reflected in the UltraGrid.

Answer

Max Galkin picture Max Galkin · Nov 10, 2009

Your binding source must raise some event to trigger grid refresh. For example, if you are using BindingList it should raise the ListChanged event.