Notre
Notre

Reputation: 1133

Using Knockout.js with third party control libraries

I'm researching Knockout.js and I'm very impressed with its capabilities. The one thing that has me stuck so far is finding a JavaScript control library that will work with it. The examples on the Knockout website seem to work only with simple HTML controls.

I would like to use much more feature rich controls like those in jQuery UI, kendo, Wijmo, or Telerik. I found KOGrid (https://github.com/ericmbarnard/KoGrid/wiki/Getting-Started) while researching this. While I certainly applaud the developer on his efforts, I'm looking for something that is quite feature rich and more mature.

Can anyone suggest any third party control libraries (commercial or otherwise) that work well with Knockout.js?

Upvotes: 0

Views: 909

Answers (1)

ryudice
ryudice

Reputation: 37376

You can make them all work but you will have to use custom bindings, there are already some bindings for jqueryUI, and for Kendo, here is the link for kendo UI bindings http://www.knockmeout.net/2012/03/knockoutjs-bindings-for-kendo-ui.html

Upvotes: 4

Related Questions