Table View Overview
#Table View Basics
The Table View displays data in a two-dimensional table. Bound data is arranged in columns and rows. Grid columns correspond to data fields in a data source, rows represent data records.
#Table View Specific Features
-
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 data column.
-
The New Item Row allows an end-user to add new records.
-
If this feature is enabled, column widths are proportionally changed, so that the total columns' width matches the View's width. Changing a column's width automatically changes the widths of other columns.
-
Individual columns are fixed to the left or right edge. When fixed, columns are not horizontally scrolled with the View.
-
The grid control provides a fast and flexible way to bring the active View's contents to the printed page, or export to a file or stream in various formats - PDF, RTF, XLS, etc.