Hello
I have a radgrid containing 1 Mastertableview and 2 details tables. In the last detail table, I have
I have a radgrid containing 1 Mastertableview and 2 details tables. In the last detail table, I have
<
telerik:GridClientSelectColumn UniqueName="ClientSelectColumn" />
I also have a button after the radgrid which will allow me to send email to each person in my radgrid who are selected.
When I click on that button, how can I retrieve each selected row to send email to each person.
Thank you very much