Multiple check box in a row in the ListView

2009-10-25 Thread sakthi vel
Hello, I have a ListView and in that each row have one label and three check boxes. If select the first the check box, the second and third check boxes should be selected. If I unselect the second or third check box, first check box should be unselected if it is already selected. This should

Re: Multiple check box in a row in the ListView

2009-10-25 Thread Martin Makundi
Hi! Firstly, I would consider the 1st checkbox just a dymmy helper implemented using CheckGroupSelector. I would not really care if it reflects the two other checkboxes or not, that's an overkill. And if still necessary, I would simply do it with javascript. Anywyays. there is an example of