Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello Team,

The toolbar of Telerik RadEditor gets opened on clicking the clear button when using javascript to clear the values of the RadEditor.
Please help me out with the solution.

What I have tried:

Tried display:none css for not showing the RadEditor toolbar but it does not work.
Posted
Comments
Richard Deeming 20-Sep-18 8:48am    
Ask Telerik support.
Matias Lopez 20-Sep-18 9:14am    
This, and read all the documentation of the Telerik People. These controls works fine with the correct implementation:
Telerik Documentation
Member 13991656 21-Sep-18 1:55am    
$telerik.findEditor("RadDescription").set_html("");

The above code clears the content on clicking the clear button but also opens the toolbar at the same time. is there any solution to this problem where the content gets resets but does not open the toolbar.
Member 13991656 21-Sep-18 1:54am    
$telerik.findEditor("RadDescription").set_html("");

The above code clears the content on clicking the clear button but also opens the toolbar at the same time. is there any solution to this problem where the content gets resets but does not open the toolbar.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900