Hi
Is possible put checkbox in hierarchical flexgrid ?
if yes , where can I to found a example
Tia
Printable View
Hi
Is possible put checkbox in hierarchical flexgrid ?
if yes , where can I to found a example
Tia
You have to use an image, and assign it to the .CellPicture property.
or you can use the WingDings font...
Yep, and you also have to put some code in to monitor the cell's click events, and then toggle the image (or WingDing character). I do something similar with Listviews (putting multiple checkboxes on a single row. I've attached my checkbox images.
Here, I threw together a small project that does it.
Just run it, and click around on the cells of the flexgrid.
Enjoy,
Elroy