Hi, I am migrating from TTMSFMXGrid to TTMSFNCGrid, and need the ColorComboBox as an editor in the grid.
In the Reference for the FNCGrid, p. 21, it says: "Below is a list for the supported editor types: ...
etColorPicker: TComboColorBox class type.
etColorComboBox: TColorComboBox class type."
However, I get compiler error "Undeclared identifier: 'etColorComboBox'". The etColorPicker works fine. Is the ColorComboBox not working? Will this be fixed in a future version of FNCGrid, or can you suggest another solution?
Thanks a lot for your brilliant components!