Property
|
Description
|
AddRecordButtonClass
|
The CSS class of the Add Record Button.
|
AddRecordButtonText
|
The button text of the Add Record Button.
|
AddRecordIconClass
|
The CSS class of the Add Record Icon.
|
AddRecordImageClass
|
The class of the Add Recode Image.
|
DeleteRecordButtonClass
|
The CSS class of the Delete Record Button.
|
DeleteRecordButtonText
|
The button text of the Delete Record Button.
|
DeleteRecordColumnHeaderText
|
The column header text of the Delete Record Column Header.
|
DeleteRecordColumnWidth
|
The width of the Delete Record Colum.
|
DeleteRecordIconClass
|
The class of the Delete Record Icon.
|
DeleteRecordImageClass
|
The class of the Delete Record Image.
|
EditRecordButtonClass
|
The class of the Edit Record Button.
|
EditRecordButtonText
|
The text of the Edit Record Button.
|
EditRecordColumnHeaderText
|
The column header text of the Edit Record Column Header.
|
EditRecordColumnWidth
|
The width of the Edit Record Colum.
|
EditRecordIconClass
|
The CSS class of the Edit Record Icon.
|
EditRecordImageClass
|
The CSS class of the Edit Record Image.
|
ExcelExportAllPages
|
If set to true the grid will export all pages of data.
|
ExcelExportFileName
|
Specifies the file name of the exported Excel file.
|
ExcelExportFilterable
|
Enables or disables column filtering in the Excel file.
|
Filterable
|
If set to true the user can filter the data source using the grid filter menu.
|
GridHeight
|
The height of the grid. Numeric values are treated as pixels.
|
Groupable
|
If set to true the column will be groupable.
|
Pageable
|
If set to true the grid will display a pager.
|
PageableAllowRefresh
|
If set to true the pager will display the refresh button. Clicking the refresh button will refresh the grid.
|
PageableButtonCount
|
The maximum number of buttons displayed in the numeric pager. The pager will display ellipsis (...) if there are more pages than the specified number.
|
PageablePageSizes
|
The number of data items which will be displayed in the grid. Default values are 10,25,50,100, all.
|
PageSize
|
The number of data items per page. The property has no default value. That is why to use paging, make sure somepageSizevalue is set.
|
ReorderableColumns
|
If set to true the user could reorder the columns by dragging their header cells.
|
ResizableColumns
|
If set to true , users can resize columns by dragging the edges (resize handles) of their header cells.
|
Scrollable
|
If set to true the grid will display a scrollbar when the total row height (or width) exceeds the grid height (or width).
|
ServerFiltering
|
If set to true, the data source will leave the filtering implementation to the remote service.
|
ServerGrouping
|
If set to true , the data source will leave the grouping implementation to the remote service.
|
ServerPaging
|
If set to true, the data source will leave the data item paging implementation to the remote service.
|
ServerSorting
|
If set to true the data source will leave the grouping implementation to the remote service.
|
ShowColumnMenu
|
If set to true the grid will display the column menu when the user clicks the chevron icon in the column headers. The column menu allows the user to show and hide columns, filter and sort (if filtering and sorting are enabled).
|
Sortable
|
If set to true the user could sort the grid by clicking the column header cells.
|
VirtualScrolling
|
If set to true the grid will always display a single page of data. Scrolling would just change the data which is currently displayed.
|