Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. How to get CheckBox Control from Datagridview in Windows form...?

How to get CheckBox Control from Datagridview in Windows form...?

Scheduled Pinned Locked Moved C#
csharpasp-nettutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Manish_Kumar_Nayak
    wrote on last edited by
    #1

    I m using DataGridView. It has a checkbox column, i want to check - uncheck this CheckBox control.. In asp.net FindControls() is used to get control, is there any methon like FindControls() for Windows ?

    W 1 Reply Last reply
    0
    • M Manish_Kumar_Nayak

      I m using DataGridView. It has a checkbox column, i want to check - uncheck this CheckBox control.. In asp.net FindControls() is used to get control, is there any methon like FindControls() for Windows ?

      W Offline
      W Offline
      Wayne Gaylard
      wrote on last edited by
      #2

      To set the value of a CheckBoxCell you need to cast it specifically like this:

      (dataRow.Cells["your cell index"] as DataGridViewCheckBoxCell).Value = true;

      This presumes dataRow is your current datagridview row. Hope this helps

      ...and I have extensive experience writing computer code, including OIC, BTW, BRB, IMHO, LMAO, ROFL, TTYL.....

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups