Table of Contents
Data Binding Overview

Apply to

Menu, SlideMenu, TabStrip and TreeView

Overview

EO.Web navigation controls introduce an extremely flexible and powerful data binding architecture that makes it easier to populate navigation controls from a data source. Here are the data binding features that EO.Web navigation controls support:

  • Supports DataTable, DataView, DataSet or any object that implements IEnumerable or IDataReader as data source;
  • Supports populating the whole navigation control from the data source;
  • Supports populating any navigation item group from the data source;
  • Can map any data field to most NavigationItem properties with format string support;
  • Supports using template item to define the common settings for navigation items generated during data binding;
  • Supports custom item inside template item;
  • Supports various data binding events.

Choose a topic from the list below for more details: