Help On DataGrid In VB.NET

m_m1234

Newcomer
Joined
Oct 15, 2005
Messages
2
Hello
I am programming in VB.NET and I Have created a DataGrid with a column containing CheckBoxes. I have three question:

1- At the first, all Checkboxes are checked, how can I Uncheck them. When I Uncheck Any Of Them with
clicking on it, And then I click Somewhere else in the form, Suddenly it will be checked again.

2- How can I check the status of every individual checkbox, I mean I want to know whether any
of checkboxes are checked or not.

3- How can I change the status of any check box from my program. For example, I want to check one
of the checkboxes or vice versa.

Also I have Checked The George Shephered's FAQ, But I couldn't find My answers

Thank You.
 
Back
Top