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

Angular Kendo Grid

1 Answer 62 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Kek
Top achievements
Rank 1
Kek asked on 18 Sep 2015, 09:37 AM

Hi,

We have something like this in our development http://dojo.telerik.com/@Kenneth%20Long/IXuYi using library version Q1SP2.

When we moved to the newer library, the grid is not displaying, you can switch from the dojo link to test it. What is the problem?

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 22 Sep 2015, 06:27 AM

Hello Kek,

 

the approach taken indeed has worked with previous versions, by chance. The Kendo UI Angular directives used a $timeout to instantiate the widgets - however this caused several performance problems, so we had to remove that. A workaround which restores the previous behavior would be something like this. However, I would not recommend that; if you have a grid wrapper directive, you should instantiate the grid using jQuery plugin syntax in the link method of your directive. 

 

Regards,
Kiril Nikolov
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
Kek
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or