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

jQuery Menu Bind Custom Attributes

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
menu-bind-attributes.html

Also available for:

API REFERENCE

Description

The Kendo UI for jQuery Menu allows you to accomplish specific functionality requirements by binding the attributes of its items and later to use the bound values for running operations based on the end user's selection.

This demo demonstrates how to set custom attributes from remote data to the Menu items.

This Menu example is part of a unique collection of hundreds of jQuery demos, with which you can see all Kendo UI for jQuery components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Kendo UI for jQuery Dojo or ThemeBuilder.

Description

The Menu widget enables you to bind JSON data through the dataSource option exposed.

This demo shows how you can process data fecthed through remote binding, using DataSource, and populate the Menu Items with it. Additionally, to accomplish specific functionality requirments you can bind the items' attributes in order and use the values bound later to run operations based on the end user's selection.

Support & Learning Resources

Additional Resources