I have RadEditor (ajax) and submit button along with other asp.net controls. In c# if I do btnSubmit.Focus() it works. But it does not work for editor. How can I make it work for editor?
1 Answer, 1 is accepted
0
Rumen
Telerik team
answered on 18 May 2009, 07:03 AM
Hi Kashif,
You can set the focus to RadEditor's content area on button click using the following C# code: