Available in the OSS Version

Combo Box - Grid Integration

This sample demonstrates the use of the igCombo control as an editor in the igGrid control.

This sample is designed for a larger screen size.

On mobile, try rotating your screen, view full size, or email to another device.

When using the igCombo control as an editor in the igGrid control, a formatter function is necessary to show the display text of the combo control. For performance reasons, the grid uses only one instance of the combo. During editing, the igCombo control commits its selected value to the grid and a JavaScript function is used to persist the selected text when the combo is no longer editing a cell.

Code View

Copy to Clipboard