Really all I need is 2 columns. The first column will have some text and the second column needs to have a combo box in it which will allow users to pick from it.
Bonus if the control is free.
Really all I need is 2 columns. The first column will have some text and the second column needs to have a combo box in it which will allow users to pick from it.
Bonus if the control is free.
We use the VSFlexGrid, IIRC written by the people who wrote the MSFlexGrid which ships with Visual Studio but with more features, including in-cell combos.
On another project I wrote code to 'fake it' using a hidden combo and the free MSFlexGrid: in the grid's _Click event, move and size the combo to fit the cell (taking account of scroll bars if necessary), set the ZOrder (bring to front), make Visible and SetFocus.
Janus Grid (http://www.janusys.com/janus/library/HTMLFiles/GridEX2000/GridEX2000.htm), supports this, but it is not free
Have you checked out the S-Grid from VBAccelerator?
Got a good performance comparison too - article.
Here's a free grid that is implemented as a single-file control with no dependencies. it is reasonably light weight and easy to implement.