Hello all,i have a problems with Radgrid,plz help me
i want when i click client select column on my grid then informations on a row binding to textbox
example :
http://nguy-hiem.co.cc/img.png
So what should i do ? what the event i can use ?
You can attach 'onclick' client event to ImageButton and pass the row index to client side event handler. And in the event handler access the row using following code snippet.