Is there any way of adding checkboxes to a DB Grid ?
Something like the delete column in the hotmail or yahoo mail.
Printable View
Is there any way of adding checkboxes to a DB Grid ?
Something like the delete column in the hotmail or yahoo mail.
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