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?
Printable View
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?
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
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.