How to use Kendo grid with Ember js

304 views Asked by At

After searching throughout the web pertaining to this topic, nothing much came up so I though I might as well post this question as it may concern future web developers. I'm new to ember.

I'm trying to create a Kendo grid through the Ember framework. After importing Kendo files into my Broc file, I'm unsure how to initialize it. Is it possible to create a Ember component that calls the Kendo initializers in jQuery? How could that look?

Can an ember models directly map attributes to initialize Kendo grid? I'd like to take advantage of Kendo's virtualization feature.

0

There are 0 answers