Fluent.DataGridAdapter

The DataGridAdapter control simplifies the sorting and paging of DataGrid controls with various data sources.

Features

  • Handles the sorting and paging of a datagrid.
  • Uses a simple event to control necessary databinding to a datasource.
  • Allows a history of sort expressions to enable sorting by multiple columns.
  • Enables easy alternating sort expressions.
  • Works with DataSets, DataReaders, and custom business objects
  • Optionally hide the DataGrid’s Pager when there is only one page of records.
  • Supports high performance custom paging.
  • Can eliminate page index errors, using last available page.
  • This is an aspect oriented control, not a composite control, which has a few advantages:
  • You have full control of the layout using a regular DataGrid control.
  • Is easily added to existing datagrids.

Download Fluent.DataGridAdapter.