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

Trigger spellcheck on RadEditor in a hidden tab

1 Answer 53 Views
Editor
This is a migrated thread and some comments may be shown as answers.
James
Top achievements
Rank 1
James asked on 14 Aug 2013, 02:16 PM
Hi,

We have a requirement to spellcheck on form submission. Since the form is quite big, we had to use RadTabStrip to show the form in the multi tabs using RadMultiPage. I got the solution from here that triggers the spellcheck on form submission. However, this does not work if the RadEditor is in an inactive tab. Is there a way to achieve the spellcheck on hidden RadEditor on submission?

Thank you,

James

1 Answer, 1 is accepted

Sort by
0
Ianko
Telerik team
answered on 19 Aug 2013, 11:09 AM
Hi James,

Currently I could only make assumptions on the implementation and the configuration of the mentioned controls.

Nevertheless you could follow these suggestions:
  • If the case is that the RadEditor control is configured directly inside a RadPageView then the editor is active even if it is hidden and there should not be a problem for the spell checker to be executed.
  • If the editor is implemented inside a user control and it is called from the page view, then you should first find the editor's unique ID and then get the control's instance to trigger (the fire method) commands.

I am attaching two example projects, implemented as described in the above two cases, so that you could investigate them and follow them if they match your scenario. If they do not, please get back to me with more information about the implementation. It would be helpful if you could provide me with sample project isolating the problem, so that I am able to find a proper solution for you.

Regards,

Ianko
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Editor
Asked by
James
Top achievements
Rank 1
Answers by
Ianko
Telerik team
Share this question
or