|
-
Aug 12th, 2011, 06:47 PM
#1
Thread Starter
Lively Member
Add checkbox to datagridview
I need to change the cell type of an unbound datagridview ROW to checkbox type at runtime. Optionally adding a row of all checkboxes or changing the default type to checkbox is also fine. I see many examples for setting a column type to checkbox but I don't see anything that operates at the row level. Even operating at the cell level would be fine.
Thanks.
-
Aug 12th, 2011, 06:57 PM
#2
Re: Add checkbox to datagridview
What you are looking to do is not possible in regards to changing a column type at the row level only at the column level other then when in edit mode for a single cell which would take considerable amount of code but again is not possible as to what you want.
Tags for this Thread
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
|