knockout.js

Hi there is a sample or howto use this suite with knockout.js.

our main issue is use this suite but only on the client side (not use server connectors and so on) and we are using knockoput.js for MvvM

Thanks

There is no direct integration with knockout.js but it must not be a problem to use components with cliend side data.

All components can load data from json by using .parse command, and all of them provides events for data-updates, so you can assign your custom handlers, and run necessary actions on the client side when data is changed.