I am using RadEditor. When i try to set focus to the content area of RadEditor the focus is being set to the Radeditor itself. But I want to set focus to content area in textbox / dropdownlist onblur event.
Thanks in advance.
Regards,
Bala
1 Answer, 1 is accepted
0
Dobromir
Telerik team
answered on 13 Dec 2010, 12:27 PM
Hi Bala,
In order to set focus to the RadEditor programmatically you need to use its client-side method setFocus(). You can find more detailed information regarding RadEditor's client-side API in the following help article: Getting familiar with Client-Side API