Lets say I have a dataset that contains people. The people belong to one of many groups. Some of these groups have an additional attribute called "pooled", this is a boolean value.
When I bind this dataset to a RadGrid (columns declared at design time), the people are grouped by the name of the group to which they belong. For the groups that have the additional "pooled" attribute I would like just one GridClientSelectColumn for all the rows in that grid. For the other rows in other groups, the have individual GridClientSelectColumn's.
How do I do it? I am open to suggestions on different methods also.
Thank you in advance.