Hi I have a form That accepts all employee details with submit and reset buttons.
When the user clicks on the submit data will be displayed in the telerik grid below the form.
Coming to the telerik grid I only have empid and empname , edit, delete buttons.
When the user clicks on the edit button the requirement is to load the form with original
data they’ve entered and want to edit it in the form and when they clicks the submit button they want the update operation to be done.
When I added radgrid_edicommand when ever I click On edit it is listing 2 text boxes (that I have in the grid) with employee Id and Emp name. How can I load the data in the top screen??
Please check below code snippet.
.aspx
.aspx.cs
if this is not your case then check below link.
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/templateformupdate/defaultcs.aspx
Let me know if any concern.