New to Kendo UI for jQuery? Download free 30-day trial

jQuery Heatmap MVVM

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
mvvm.html
CONSOLE LOG Clear log

Description

The MVVM feature of the Kendo UI framework provides powerful two-way data binding capabilities, built on the popular Model-View-ViewModel concept. Using it you can easily make attribute values for widgets observable and modify them automatically when changes are applied in the data source, or alter the underlying data when the user interacts with the UI.

In this example we show how to configure the Kendo UI Heatmap to make use of the MVVM functionality exposed by the framework. For this purpose we create a viewmodel instance (with kendo.observable call) which wraps the Chart data source, and instantiate the Chart, its attributes and binding definition using data- attributes. The important detail to wire the viewmodel is to invoke kendo.bind to the container element of the hart, passing the viewmodel as a second argument. Review the code snippets from the demo for more info.

Details on the MVVM features of the Kendo UI framework can be obtained from this article of the documentation.

Kendo UI Heatmap supports the events, source and visible bindings.

Support & Learning Resources

Additional Resources