Hi,
In my iGrid I've got a column called colLetter who's values are A, B or C. I've allowed grouping by colLetter. How can I capture the event of a user clicking on the GroupRow? The idea that, once grouped by colLetter, the user could click on group B, which would select all rows where colLetter="B", and then click a "Delete" button. Similarly I need to capture when group B is unselected.
Thanks,
CDCD