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

Rad control losing its style on Post back

1 Answer 45 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mo
Top achievements
Rank 1
Mo asked on 19 Jun 2008, 07:42 PM
Rad Text editor control is losing its style after a post back event. I dont want to show the word count and the entire bottom section at all. Before the a post back the section does not show but after the post back event it shows(the bottom section , which is the word count section).  I have multiple rad text editor controls in the same ascx control.

How should I go about fixing that.

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 23 Jun 2008, 02:19 PM
Hi Mo,

There are two ways to remove the editor's modules:
  1. Using the Clear method of the Modules collection:
    RadEditor1.Modules.Clear();
     
  2. or to load a ToolsFile.xml file which does not contain modules tags declarations through the ToolsFile property. For example see the ToolsFile.xml attached here.
Best regards,
Rumen
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Mo
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or