|
-
Jul 26th, 2006, 09:36 PM
#1
Thread Starter
Hyperactive Member
[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.
-
Jul 26th, 2006, 09:58 PM
#2
Re: [2005] DatagridView Question
-
Jul 26th, 2006, 10:03 PM
#3
Thread Starter
Hyperactive Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|