Results 1 to 3 of 3

Thread: [2005] DatagridView Question

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2006
    Posts
    274

    [2005] DatagridView Question

    I am getting familiar with DataGridView and want to ask some questions.On my form was a datagridview which was bounded to my database.The data are displaying properly without any issue.Now, I also included an unbounded DataGridViewCheckBoxColumn which primary purpose is to just check if a certain column in the same datagridview has a value.That is, say if column(4)<>0 then checkbox is checked.

    How can I possibly do this...Thanks.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 2006
    Posts
    274

    Re: [2005] DatagridView Question

    Thanks Jm to your link, but what I am trying to figure is, say on dataGridviewCellClick event,I would try to find out if a certain column on that particular row has a value, then the checkbox would be checked.

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