Results 1 to 2 of 2

Thread: Add checkbox to datagridview

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2009
    Posts
    99

    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.

  2. #2
    Karen Payne MVP kareninstructor's Avatar
    Join Date
    Jun 2008
    Location
    Oregon
    Posts
    6,713

    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
  •  



Click Here to Expand Forum to Full Width