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

Not working in chrome?

1 Answer 49 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Mk
Top achievements
Rank 1
Mk asked on 22 Oct 2012, 07:37 AM
M using kendo ui editor in mvc3. its working fine in FF.But its not working in chrome. Here is my code:-

 @Html.TextAreaFor(model => model.OverView, new { @class = "pagetextSection" })

<script type="text/javascript">
    $(document).ready(function () {
        $('#drpCompany').kendoDropDownList();
        $(".pagetextSection").kendoEditor();
  });
</script>

1 Answer, 1 is accepted

Sort by
0
Mo
Top achievements
Rank 1
answered on 25 Oct 2012, 08:34 PM
Did you resolve this? I am having problems in Chrome lately as well.
Tags
Editor
Asked by
Mk
Top achievements
Rank 1
Answers by
Mo
Top achievements
Rank 1
Share this question
or