Accessing Data
Defining Layouts
Designing Look and Feel
Editing Data
Navigating and Selecting
Searching and Filtering
Sorting and Grouping
   
ADO.NET Databinding

Bind the WebCombo to any object that implements the IEnumerable interface, including DataSource (CLR 2.0 only), DataSet, DataTable, DataView, DataReader, arrays, and collections.

Multi-Column Drop-Down

Display any number of columns in the dropdown area of the WebCombo, instead of being limited to just one column.  Columns can also be hidden, allowing access to row-specific data without making that information immediately visible to the user.