I got a treeview which is showing departmen relations and have also a gridview showing peoples, I added
<
telerik:GridClientSelectColumn UniqueName="ClientSelectColumn" />
to enable gridview for supporting selection and unselection and I want to let user select departmen from left and peoples from right and when user clicked relation button. people-departmen relationship will be build. But I dont know how to know which gridview rows are checked and how to get person ids of selected rows. Could you help me? thank you in advance