I would like to have a linkbutton at the top of my edit form when the user selects to edit a row. I don't want to have it as a column, as I want just the LinkButton displayed (no header) and aligned to the left. Is there any way to do this?
4 Answers, 1 is accepted
0

Shinu
Top achievements
Rank 2
answered on 16 Feb 2009, 04:31 AM
Hi Jes,
By using Form Template edit form, you can customize the edit form and can add your own buttons as your need. See the online demo.
Form template edit form
Thanks,
Shinu.
By using Form Template edit form, you can customize the edit form and can add your own buttons as your need. See the online demo.
Form template edit form
Thanks,
Shinu.
0

Jes
Top achievements
Rank 1
answered on 16 Feb 2009, 08:19 PM
Thanks for the reply. Is there no way to do this without using the FormTemplate?
0

Shinu
Top achievements
Rank 2
answered on 17 Feb 2009, 04:34 AM
Hi Jes,
Either you can modify the autogenerated editform or design your custom edit form using FormTemplate/UserControl. But it is always good to use a UserControl/FormTemplate to design a custom editform. Check out the following demo link for getting more details regarding UserControl editform.
User control edit form
Thanks
Shinu
Either you can modify the autogenerated editform or design your custom edit form using FormTemplate/UserControl. But it is always good to use a UserControl/FormTemplate to design a custom editform. Check out the following demo link for getting more details regarding UserControl editform.
User control edit form
Thanks
Shinu
0

Jeremy
Top achievements
Rank 1
answered on 08 Sep 2011, 02:13 PM
Could you provide more information or a link to a demo that shows how to modify the auto-generated edit form? I have tried using a form template but the controls I place inside of it do not display!