How to use a ComboBox editor in FNC DataGrid

The events trigger as expected here, but you should not change properties of the grid inside events. Changing properties retrigger the calculation process. In events, you can only read from the grid or set properties of the parameters that are passed through the event. Filling the combobox items should be done dynamically in the OnGetInplaceEditorProperties, by accessing the inplace editor as a combobox and changing the items property.

this is demonstrated here

1 Like