PDA

Click to See Complete Forum and Search --> : Adding check boxes to a DB Grid ?


zambian
Feb 20th, 2000, 04:47 PM
Is there any way of adding checkboxes to a DB Grid ?

Something like the delete column in the hotmail or yahoo mail.

hkmai
Mar 31st, 2000, 04:47 AM
DBGrid doesn't allow an option to have checkboxes inside the grid. You'll have to use the DataGrid and select "Checkbox" on the "Format" tab in the DataGrid properties menu.

I'm trying to accomplish the same task but am having a hard time figuring out how to populate the DataGrid without using an ADO data control. If you know how, can you send me some sample code?


Thanks,
hk