I created a RadGrid control which shows up list of items from SharePoint List. Now how to get that selected row or just a single column of that selected row from that RadGrid view in to a label or string.
Thanks!
1 Answer, 1 is accepted
0
Pavlina
Telerik team
answered on 03 Sep 2012, 04:15 PM
Hi Shahid,
Just set ClientSettings.EnablePostBackOnRowClick to true for the grid, attach an event handler to the grid's ItemCommand event and therein use the following code: