Bakaburg
Bakaburg

Reputation: 3331

Kendo UI with backbonejs

Do you think is possible to use backbone js with Kendo widgets for the UI? or Kendo framework is too strong for integration?

PS: i'm not a expert of anyone of the two

Thanks

Upvotes: 9

Views: 3473

Answers (4)

Atanas Korchev
Atanas Korchev

Reputation: 30661

I've recently published a sample project showing how to integrate a Kendo grid with BackboneJS: https://github.com/kendo-labs/kendo-backbone

Upvotes: 9

tousdan
tousdan

Reputation: 196

On one of the projects i've worked on, we integrated both together without an issue. Backbone is not a very obstrusive framework anyway.

Upvotes: 0

rafi
rafi

Reputation: 1

May be, you might consider also Sencha, dhtmlx and jQuery UI.

Upvotes: -2

Derick Bailey
Derick Bailey

Reputation: 72858

I've not used Kendo, but I don't imagine this would be an issue. I use jQuery.UI and other web UI toolkits with Backbone just fine.

Upvotes: 6

Related Questions