Steve Lapides
2019-11-18T13:43:38Z
I have a column (EFS-Web Category) that's defined as type combo (MyiGrid.ColDefaultCell(n).eType = igCellCombo). The documentation says the button by default is visible. But I find you have to click into the cell for it to appear.
Combo Cell Button.png

Click to View Image55 View(s)

Steve Lapides
2019-12-02T21:46:35Z
Do you have a response for this?
Igor/10Tec
2019-12-04T07:24:39Z
To specify whether combo buttons visible in all cells regardless of their 'current cell' status, use the ShowControlsInAllCells property. The default value of this property is False - change it to True to solve your problem.