This is a migrated thread and some comments may be shown as answers.

[Solved] Update/Cancel buttons from ASP.NET classic controls not present in AJAX controls

1 Answer 106 Views
Editor
This is a migrated thread and some comments may be shown as answers.
ben.grossman
Top achievements
Rank 1
ben.grossman asked on 24 Jun 2009, 06:14 PM
Hi,

I am in the process of migrating our application from the Classic controls to the AJAX controls and I've noticed that the Update and Cancel buttons aren't present in the new controls.  I was wondering if it is possible to put these buttons back somehow in order to keep our application looking as similar as possible as it was previous to the upgrade to the new controls.

Thanks in advance,
Ben

1 Answer, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 26 Jun 2009, 03:02 PM
Hi Ben,

Here are two approaches to adding Cancel and OK buttons to the editor:

Approach 1 (Radeditorokcancelbuttons.zip): Basically, what it does is it adds two editor buttons to the bottom left corner of the editor, and two hidden <asp:Buttons> with server-side event handlers.

Approach 2 (radeditorusercontrol.zip): For your convenience we prepared a sample example (demo project) that demonstrates how to create an user control with RadEditor and two Save and Cancel buttons. The saved content  will be displayed in a label placed on the aspx page hosting the RadEditor's user controls.

Kind regards,
Rumen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
ben.grossman
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or