Posted 5 December 2019, 12:13 pm EST - Updated 4 October 2022, 12:26 am EST
I’d like for some of my WinForms C1TrueDBGrid cells to have an ellipsis (“…”) button displayed on the right side of the cell, so that the user can click this to open a dialog window relating to the cell data.
I can see that each column has a Button property, but setting this to true causes it to display a drop-down-arrow button, like a ComboBox, rather than an ellipsis.
Is there any way to achieve what I’m looking to do?
The attached image shows the kind of thing I want, this is taken from a Properties grid.
Thanks in advance!