|
-
December 11th, 2006, 06:57 PM
#1
Checkbox in my DataGridView
I have a bit field in my database. And in my DataGridView I have that as one of my column but the checkbox is not getting displayed. Why?
-
December 13th, 2006, 02:00 AM
#2
Re: Checkbox in my DataGridView
Did you set the particular Columns' ColumnType to DataGridViewCheckBoxColumn ¿
-
December 13th, 2006, 02:18 PM
#3
Re: Checkbox in my DataGridView
setting the datasource of dgv to the datatable(also having a bit column) from database ,automatically add a checkboxcolumn to the dgv.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|