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” to appear. let me know if this is even possible?
Thanks
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” to appear. let me know if this is even possible?
Thanks
Select in the database the field you want to use the check box on. true / false or yes / no. then u can set thise line of code.
DBGrid.Columns(1).NumberFormat = "Yes/No"