Re: Adding combobox to grid?




Burkhard Schneider wrote:
"brett" schrieb:

I have a TEditCellEditor linked to the column in question. Does some
event or property on TEditCellEditor need to be set?

No, only the goEditing of grid.options

I couldn't find that property but there are similar ones, such as
goColSizing that I've read about. I don't have the IDE in front of me
now but are you saying in the Object Inspector for XStringGrid
properties, I'll see an options property?

Also, how do I insert a new row at runtime? I've set the rows to 2
(header and one new row). I was thinking it would grow at run time
after I tabbed past the combo box column (my last column). However,
the combo box column doesn't get a tab stop. Any suggestions?

Thanks,
Brett

.