Bind the WebCombo to any object that implements the IEnumerable interface, including DataSource (CLR 2.0 only), DataSet, DataTable, DataView, DataReader, arrays, and collections.
ADO.NET Databinding
Resize your columns and rows independently of each other, or synchronize them so they are all sized equally.
Column and Row Sizing
Define the order of columns in the drop-down area of the WebCombo, independent of the data source.
Column Ordering
All NetAdvantage ASP.NET controls are designed to fully support styling with cascading style sheets. Define the style of WebCombo headers, footers, alternating rows, selected row, and more, providing a rich interface for your users.
CSS & Style Objects Support
Design the look and feel of the WebCombo using intuitive and productive wizards, virtually eliminating the need to write code to create a full featured dropdown.
Developer Productivity
Determine whether to show vertical grid lines, horizontal grid lines, both, or neither, for any level of the drop-down area of the WebCombo.
Grid Lines
Images can be displayed in column headers.
Header Images
Sort by a single column or by multiple columns, with sort indicators shown on the sorted columns. Sorting can be performed on the client or on the server, based on application needs.
Multi-Column Sorting
Easily create and apply a preset of look & feel and behavior at design time or at runtime, using either XML or binary files containing the preset's data.
Presets
The WebCombo QuickLauch Designer lets you customize any aspect of the grid in an easy to use, intuitive user interface.
RAD Designer
Easily query selection status, adjust row height, or perform other operations on an entire row of data.
Row Object
Customize look, feel, and behavior settings at design time, persist the settings as an XML or binary file, and re-use across an application or across the enterprise.
Save and Load Presets
Provide auto-complete behavior for data entered in the text area of the WebCombo. You can also implement AJAX out-of-band callbacks to asynchronously search large DataSets incrementally on the server.
Type-Ahead Support