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

Radeditor edit the text after click twice

1 Answer 41 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Pramod
Top achievements
Rank 1
Pramod asked on 05 Jul 2011, 09:53 PM
Hi,

I am using rad editor to edit some text. I have a edit button to edit text on radeditor
On the edit button click I am setting some property of radeditor.

 

 

<telerik:RadEditor ID="radEditor" runat="server" Enabled="false" Skin="Office2007" TextMode="MultiLine" Width="625px"></telerik:RadEditor>

 



radEditor.Enabled = 

true;
radEditor.Width = 625; 

radEditor.ToolsFile = 

"RadEditorBasicToolSet.xml";

After I click on edit button, I have to click twice on text in the radeditor to edit. I don't want to click twice to edit the text. How can I fix that double click issue.

Thanks

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 06 Jul 2011, 04:19 PM
Hi Pramod,

I was unable to reproduce such a problem with the latest version of RadEditor. For your convenience I have attached my test project. Are you able to reproduce the problem with it?

Kind regards,
Rumen
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Editor
Asked by
Pramod
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or