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

Get TextBox Sub-classed control from RadEditor?

1 Answer 35 Views
Editor
This is a migrated thread and some comments may be shown as answers.
SUNIL
Top achievements
Rank 2
Iron
SUNIL asked on 26 Mar 2012, 04:24 PM
Does RadEditor controls collection contain a control that is sub-classed from a a TextBox control?
If yes, then how would I get this control on server-side using RadEditor instance?

Thanks
Sunil

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 28 Mar 2012, 07:19 AM
Hello,

RadEditor and the regular Asp:TextBox control implement the IEditableTextControl Interface and define the Text property and the TextChanged event that occurs when the Text property changes between posts to the server. You can implement this interface to achieve your goal.

Greetings,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Editor
Asked by
SUNIL
Top achievements
Rank 2
Iron
Answers by
Rumen
Telerik team
Share this question
or