DataGrid Widget
The DataGrid widget makes ultra-fast work of building consistently formatted tables from data sources. Combined with @ bindings, DataGrids give developers and users the ability to effortlessly produce gorgeous results in no time.
Property | Description |
Column Names | The Title of the Data Tables to be displayed |
Field Names | The field names to be selected from the Table |
Column Widths | Comma separated list of widths for each column |
Column Allignments | Comma separated list of alignments for each column. Possible values: left, center, right |
Column Colors | Comma separated list of colors for each column |
Column Types | Comma separated list of column types for each column. Supported Column types: Integer, Float, Currency, Date, Text, Image, Hyperlink, Checkbox and Radio |
Cell Padding | Sets the table cellpadding parameter |
Cell Spacing | Sets the table cellspacing parameter |
Page Size | How many records to show per page. Set to 0 to show all records. |
Pager Location | The location around the table of the paging for when the number of records exceeds the Page Size parameter |
Header Text
Footer Text |
Text placed above and below a table; can include HTML |
Grid Class
Row Class Alt Row Class Header Class Row Group Class |
CSS class applied to the entire grid, row, alternating row, column headers and Row Group captions |
Grid Style
Row Style Alt Row Style Header Style Row Group Style |
Inline CSS applied to the entire grid, row, alternating row, column headers and Row Group captions |
Suggest an edit to this page on GitHub (Requires GitHub account. Opens a new window/tab).