I use edButton in one of the columns as editor, but cannot set the caption of the button.
Grid->Btn->Caption = "Some caption";
This don't work. What to do?
When inplace editing starts for column with editor type edButton, the text of the button is set to the text of the cell.
If you want to add a button the grid with text different from cell content, use grid.AddButton()