how to uncheck the select all checkbox if anyother checkboxes in unchecked...in WPF??
WPF
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have 3 check boxes.. 1.select all 2. team1, 3. team2. If i check Select all , then all the 3 check boxes should be checked. If I unselect team1 or team2 after i have checked selectall, then selectall should be unchecked and team1 and team2 still be checked. --> on select all, all 3 should be checked.. --> on unchecking either team1 or team2 after checking select all, then select all shuld be unchecked. --> individual checking is allowed. I am able to do for the select all but not successful in the second half. Please help me. Thanks Ramm