Skip to main content

DataView

The ASPxDataView is a data bound control designed to display data in a tabular format.

DataViewItem

The main features of the ASPxDataView control are listed below.

Bind to Data

More information | Online demo

Data Paging

  • The ASPxDataView control automatically splits content across multiple pages and includes a built-in pager that enables end users to navigate through data.
  • Data records can be loaded automatically on demand in endless paging mode.

More information | Online demo

Appearance Customization

Client-Side Functionality

  • The ASPxClientDataView object is a client-side equivalent of the ASPxDataView control.
  • The ASPxClientDataView object contains various client-side events and methods that allow you to have full control over the control’s behavior on the client side.
  • The client-side API is always enabled for this control.

Adaptivity

The ASPxDataView can reorganize its data items according to custom layout scenarios for different browser widths.