can you help me to create such button-type cell?

Thank you, Jim, I'll try.JimFairway wrote:Hi,
If you're okay with using a pop up menu rather than a drop down list, then:
Define your own wxGridCellRenderer for that cell (see the wxGrid sample). Use the renderer to add the icon to the font text.
Make the cell read-only, then catch the EVT_GRID_CELL_LEFT_CLICK event and display a pop-up menu.
If you go this route, you can do a few simple calculations to align the pop-up menu with the grid cell so it always shows in the same relative area on the grid.
Jim