I have used Radgrid in which i've textbox in itemtemplate. when user click save button in form i want to get all the textbox values. So how can i get texbox control from itemtemplate. Its very urgent Your help highly appreciated....
what does RadGrid1 refer to. Is that the ID of the telerik grid control. If yes, then that is not accessible on
page load. I have a link button inside Gridtemplate column. On page load, i want to add a onclientclick event to that, which will execute some JS. How to achieve this functionality. Please advice.
RadGrid1 refers to the ID of the telerik Radgrid control. You can get reference to the controls in ItemDataBound event and attach the client event as shown below.
C#: