C# – Which event is raised on check change of checkbox in Infragistics UltraGrid

cinfragisticsultrawingridvb.netwinforms

I am using an Infragistics UltraGrid in a WinForms application.
Which event is raised on "check change" of checkbox in Infragistics UltraGrid?

Best Answer

Use the CellChange event to raise the UltraGrid.PerformAction(UltraGridAction.ExitEditMode) event. This will fire the AfterCellUpdate event.