MVC Framewok working with dhtmlx

Hi dhtmlx users

what is the good working mvc (js) framework that can use dhtmlx UI as the View?
Does it have sence to bind the dhtmlxConnector, dhtmlxStore to mvc pattern?
Do you have some experience with such frameworks? (backbone, angular, javascriptmvc, knockout).
Do you have some experience how to organize the code for big, advanced webapplication that use dhtmlx suite?

Thanks for sharing your experience

Bartek

There is no built in integration to MVC frameworks. But from above list the Backbone is the better candidate. It doesn’t force usage of specific UI patterns, and can be used nearly with any third party components.

Do you have some experience how to organize the code for big, advanced webapplication that use dhtmlx suite?
Yes, we have created a lot of complicated projects, and from our perspective MVC frameworks is not a silver buillet. Modular and well structured code do help to write and maintain a big project much better than blind usage of MVC framework.