Properties

Name Type
altRows bool
autoRowHeight bool
aggregatesHeight double
autoShowLoadElement bool
checkboxes bool
columnsHeight double
columns object[]
columnGroups object[]
columnsResize bool
columnsReorder bool
disabled bool
editable bool
editSettings object
exportSettings object
enableHover bool
enableBrowserSelection bool
filterable bool
filterHeight double
filterMode object
height object
hierarchicalCheckboxes bool
icons object
incrementalSearch bool
localization object
pagerHeight double
pageSize double
pageSizeOptions object
pageable bool
pagerPosition object
pagerMode object
pageSizeMode object
pagerButtonsCount double
pagerRenderer object
ready object
rowDetails bool
rowDetailsRenderer object
renderToolbar object
renderStatusBar object
rendering object
rendered object
rtl bool
source object
sortable bool
showAggregates bool
showSubAggregates bool
showToolbar bool
showStatusbar bool
statusBarHeight double
scrollBarSize double
selectionMode object
showHeader bool
theme string
toolbarHeight double
width object
virtualModeCreateRecords object
virtualModeRecordCreating object

Events

onBindingComplete Event
onCellBeginEdit Event
onCellEndEdit Event
onCellValueChanged Event
onColumnResized Event
onColumnReordered Event
onFilter Event
onPageChanged Event
onPageSizeChanged Event
onRowClick Event
onRowDoubleClick Event
onRowSelect Event
onRowUnselect Event
onRowBeginEdit Event
onRowEndEdit Event
onRowExpand Event
onRowCollapse Event
onRowCheck Event
onRowUncheck Event
onSort Event

Methods

Name Arguments Return Type
addRow (object rowKey, object rowData, string rowPosition, string parent) void
addFilter (string dataField, object filerGroup) void
applyFilters () void
beginUpdate () void
beginRowEdit (object rowKey) void
beginCellEdit (object rowKey, string dataField) void
clearSelection () void
clearFilters () void
clear () void
checkRow (object rowKey) void
collapseRow (object rowKey) void
collapseAll () void
destroy () void
deleteRow (object rowKey) void
expandRow (object rowKey) void
expandAll () void
endUpdate () void
ensureRowVisible (object rowKey) void
endRowEdit (object rowKey, bool cancelChanges) void
endCellEdit (object rowKey, string dataField, bool cancelChanges) void
exportData (object exportDataType) object
focus () void
getColumnProperty (string dataField, string propertyName) object
goToPage (double pageIndex) void
goToPrevPage () void
goToNextPage () void
getSelection () object[]
getKey (object row) string
getRow (object rowKey) object
getRows () object
getCheckedRows () object
getView () object
getCellValue (object rowKey, string dataField) object
hideColumn (string dataField) void
isBindingCompleted () bool
lockRow (object rowKey) void
refresh () void
render () void
removeFilter (string dataField) void
scrollOffset (double top, double left) object
setColumnProperty (string dataField, string propertyName, object propertyValue) void
showColumn (string dataField) void
selectRow (object rowId) void
setCellValue (string rowId, string dataField, object cellValue) void
sortBy (object dataField, object sortOrder) void
updating () bool
updateBoundData () void
unselectRow (object rowId) void
uncheckRow (string rowId) void
updateRow (object rowId, object data) void
unlockRow (object rowId) void