thats the main problem. I want to put a CheckBox inside a TStringGrid in Delphi in every cell of certain column, I'm using Delphi XE. Thanks.
|
feedback
|
|
You should draw your own checkboxes, preferably using visual themes, if enabled. This is a simple sketch of how to do that:
Of course, in a real scenario, the
What is missing here is a function to alter the state of the checkboxes. You will probably want to toggle the state in an | |||||||||||||
feedback
|
|
Don't try to place an actual | |||
|
feedback
|
|
delphi.about.com has an article with code about this very topic. | |||
|
feedback
|
|
I use a virtual grid called ExGridView by Roman Mochalov, that supports checkboxes, and I also know that the TMS AdvStringGrid has one. (ExGridView is free, TMS is commercial). Update: I also enclose here my modified version of GridView, ported for Unicode etc, named TExGridView, instead of TGridView, and with a demo of checkboxes (see Demo2 included). It is here.
| |||||||
feedback
|

