How to add New row datagridview with checkboxcell in all columns
-
Hello all, I want to add a row in datagridview at zeroth index. its not difficult.... i know but this new row should have all cells as checkbox. and datagridview is databound. so, my grid will have checkbox row at first line and rest of the line as textboxcells... is there any way to do it? Thanx !
-
Hello all, I want to add a row in datagridview at zeroth index. its not difficult.... i know but this new row should have all cells as checkbox. and datagridview is databound. so, my grid will have checkbox row at first line and rest of the line as textboxcells... is there any way to do it? Thanx !
Hello, this does not seem be possible. Conversion of boolean values to different datatypes may throw some errors while inserting values. Regards, Allen
Allen Smith ComponentOne LLC www.componentone.com