Search
Grid Properties
 


 Public Properties

  Name Description

activeEditor

Gets the active grid cell editor.

allowAppend

Gets or sets a value, indicating whether to show a new empty row at the bottom of the grid and a 'New row' option in the row context menu.

allowCellSelect

Gets or sets a value, indicating whether single cell selection is enabled.

allowDelete

Gets or sets a value, indicating whether to show a 'Delete row' option in the row context menu.

allowEdit

Gets or sets a value, indicating whether inplace editing is enabled.

dataTable

Gets a reference to the grid data table DOM element.

focusedCell

Gets the active grid cell.

header

Gets a reference to the grid header DOM element.

model

Gets or sets the data model of this Grid.

scrollRow

Gets or sets the index of the first visible row.

selectedCells

Gets the selected cells.

selectedRowIndices

Gets the indices of selected rows.

sortAscending

Gets a value, indicating whether the sorting is in Ascending order.

sortedColumn

Gets the index of the column, by which the data is sorted.

 See Also