Hi Team,

In another issue, in which I want to group two check columns. Means if I change the CheckState of one CheckColumn then other should change. just like Radio Buttons work on any form fields when grouped together, then you can select either one of the radio button.

In my index page I have Gridpanel, lets say I have only two columns both CheckColumn. Now if I change the check state of first column in first row, then using which event or listener I can change the checkState of 2nd checkColumn in same row?

Thanks,
Puneet