PDA

Click to See Complete Forum and Search --> : DB Grid ctrl "Check Box"


fowlerjp
Feb 14th, 2000, 11:19 AM
In using the datagrid control is it possible to put a “check box” in the table? It looks like there is a format for it but I can not get the “check box”. let me know if this is even possible?

Jose
Feb 16th, 2000, 01:41 AM
I'm trying to do this, but my researchs says that it's not possible, so, I found the "True DBGrid Control" that use checkbox, but you have to buy it and is a little expensive (About $350.00) you can make a search with yahoo to found all sites that talks about this control

hkmai
Apr 4th, 2000, 04:09 AM
The DataGrid control does allow checkboxes in the columns. You can either a) add it by right-clicking Properties and go to the Format tab; or, b) code it in yourself. I'm working on how to code it in, so I can't help you there yet.