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

[Solved] Grid hosted in IE webcontrol

1 Answer 119 Views
Grid
This is a migrated thread and some comments may be shown as answers.
AshkanD
Top achievements
Rank 1
AshkanD asked on 28 Jan 2015, 06:32 PM
The reorderable and resizable options of the grid do not work when hosted inside the IE webbrowser control. The same page (index.html) when loaded in IE and other browsers works fine.

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 30 Jan 2015, 07:32 AM

Hello Ashkan,

I've already replied you in the support ticket that you've opened. Please avoid duplication of posts.

I'm quoting the answer here for the general publick:

"

As you probably know WebBrowser  control doesn't emulate real browser behavior. You can find more details in the forum post and this article.

As suggested in the latter, adding the following snippet before any Kendo UI scripts will resolve the issue with re-sizing and reordering of the columns.

<script>
        window.MSPointerEvent = null;
        window.PointerEvent = null;
 </script>

"

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