Re:DGGrid
Hi Orly --
Quote
> Does anyone have a DGGrid freeware component that displays
> boolean values as checkboxes ?....
This shouldn't be too difficult if you use the OnDrawColumnCell
event. For those cells that should display a check box, render the
cell manually, otherwise, call the TDBGrid::DefatulDrawColumnCell()
member function.
Have a look at the following examples...
http://www.deja.com/threadmsg_ct.xp?AN=581330705.2
http://www.deja.com/threadmsg_ct.xp?AN=571079141
Good luck,
Damon C. (TeamB)