datagridview checkbox
-
Anybody knows how to set up checkbox column in a dataGridView, after setting the dataGridView1.DataSource? At first the datagridview does not have any column, so after setting the dataSource it will create column automatically, but I don't know how to automatically set the column to be checkbox type. Thanks.
Don't work hard, but work effectively. Web hosting | invest money | Option strategy
-
Anybody knows how to set up checkbox column in a dataGridView, after setting the dataGridView1.DataSource? At first the datagridview does not have any column, so after setting the dataSource it will create column automatically, but I don't know how to automatically set the column to be checkbox type. Thanks.
Don't work hard, but work effectively. Web hosting | invest money | Option strategy
-
There's no need to add a new one. after setting the data source, the column is already there. I just need to change its type to be checkbox, but couldn't find a way to do that.
Don't work hard, but work effectively. Web hosting | invest money | Option strategy
-
There's no need to add a new one. after setting the data source, the column is already there. I just need to change its type to be checkbox, but couldn't find a way to do that.
Don't work hard, but work effectively. Web hosting | invest money | Option strategy
Why not simply define the bound columns at design time instead of autogenerating them?