Skip to main content

Rows Overview

In This Article

The DXGrid for Silverlight displays tabular information. Data sources represent this information using data fields and records. Views display field values using columns as described in Columns Overview. Table Views represent data source records as data rows.

RowTypes

#Row Types

  • Data Rows

    Data rows represent records in the grid's data source.

  • New Item Row

    The New Item Row is used to add new records.

  • Automatic Filter Row

    The Automatic Filter Row allows data to be filtered on the fly, by typing text within a row. When an end-user types text within a row, a filter condition is automatically created based upon the value entered and this is applied to the focused column.

  • Group Rows

    Group rows are used to organize data rows into a tree when data grouping is applied. A group row contains a group expand button, which enables end-users to expand and collapse the group row and show or hide its child rows. Group rows can also display group summary values.

    GroupRowOverview

#Concepts