You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.
There appears to be absolutely no examples for how to actually use Kendo UI in Meteor. I tried adding a multiselect by just looking at the example here: http://demos.telerik.com/kendo-ui/multiselect/index
I have not read that yet, but I did see an instance of that leaderboard project when I did a DDG Search.
I will read the first link. I feel the entire Kendo website is very confusing to navigate - I would never have found it if you hadn't linked to it here.
I need to forsure update the readme with a clear example of instantiating a widget. To get you on the correct track simply copy the example I linked too. Note that you must instantiate the widget in a rendered() template method. i.e.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There appears to be absolutely no examples for how to actually use Kendo UI in Meteor. I tried adding a multiselect by just looking at the example here: http://demos.telerik.com/kendo-ui/multiselect/index
Here's what I tried:
Created a project and added Kendo UI:
Set the contents of FindMeFood.html to this:
Set the contents of FindMeFood.js to this:
And absolutely nothing happened. I ended up with a standard multiple-select box when I started up meteor and visited the page.
The text was updated successfully, but these errors were encountered: