Rows Overview
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.
#Row Types
-
Data rows represent records in the grid's data source.
-
The New Item Row is used to add new records.
-
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 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.