On the following tutorial, the edit from is loaded on initial page load:
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/form-template-update/defaultcs.aspx
How can I hide it on initial load and have it appear once user click on the "edit" text on the row of the data?
In addition, how can I use RadioButtonList in the template form with particular data selected when they click on edit link?
Lastly, If in the edit template, if there is a section where I don't want it to show (because section is not necessary to be edited), can I hide the section of edit form template on the fly?
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/form-template-update/defaultcs.aspx
How can I hide it on initial load and have it appear once user click on the "edit" text on the row of the data?
In addition, how can I use RadioButtonList in the template form with particular data selected when they click on edit link?
Lastly, If in the edit template, if there is a section where I don't want it to show (because section is not necessary to be edited), can I hide the section of edit form template on the fly?