On the following tutorial, edit form template are shown on page load.
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/form-template-update/defaultcs.aspx
How can I hide the edit form initially and have it displayed once they click on the "edit" button on the data row? What I want to accomplish is just show user the list of the data first and if they click on "edit" button, the edit form template will display for the row data.
In addition, if I want to hide a section of edit form template(because of some constraint I would like to add that would not pertain to editing the section of the form), can I hide them on the fly?
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/form-template-update/defaultcs.aspx
How can I hide the edit form initially and have it displayed once they click on the "edit" button on the data row? What I want to accomplish is just show user the list of the data first and if they click on "edit" button, the edit form template will display for the row data.
In addition, if I want to hide a section of edit form template(because of some constraint I would like to add that would not pertain to editing the section of the form), can I hide them on the fly?