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

Editor not working in IE

1 Answer 95 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Mohit
Top achievements
Rank 1
Mohit asked on 04 Feb 2014, 09:41 AM
Hello i Am Mohit..

i am new to telerik controls, am using it into my application.
My issue is i have editor and above that one dropdown list and one button besides that, Now in jquery on the button click i want to put data into editor which is selected in drop down. For that i use simply i used:

$("#pass").click(function (event) {

 editor.value('dropdown selected Value');
}

its working fine in firefox and google chrome browsers, but not working in Internet Explorer it shows "Object Doesn't Support this Property or Method."

Can anyone please help me into this??

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 04 Feb 2014, 02:29 PM
Hi Mohit,

Here is a demo, which shows how to use the Editor's value() method. Please compare with your implementation and debug your scripts to find out the cause of the problem. For example, check whether "editor" is defined and in general, what is the object and what is the unsupported method.

In case you need further assistance, please send a runnable example.

http://demos.telerik.com/kendo-ui/web/editor/api.html

Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Editor
Asked by
Mohit
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or