If set to true to allow pasting of ranges.
Get canvas element.
Get the number of columns.
Set the number of columns.
Get the data source.
Set the data source from given
Get the default column width.
Set the default column width.
Get the default row height.
Set the default row height.
Get the font definition as a string.
Set the font definition with the given string.
Get the number of frozen columns.
Set the number of frozen columns.
Get the number of frozen rows.
Set the number of frozen rows.
Gets the define of the header.
Sets the define of the header with the given data.
column options ----- caption: header caption field: field name width: column width minWidth: column min width maxWidth: column max width icon: icon definition message: message key name columnType: column type action: column action style: column style headerType: header type headerStyle: header style headerAction: header action headerField: header field name headerIcon: header icon definition sort: define sort setting ----- multiline header ----- caption: header caption columns: columns define -----
Gets the define of the headerRowHeight.
Sets the define of the headerRowHeight with the given data.
Get the header values.
Sets the header values.
Get the index of the first column in the scrollable region that is visible.
Get the row count per record
Get the number of rows.
Set the number of rows.
gets or sets the number of pixels that an element's content is scrolled from its left edge
gets or sets the number of pixels that an element's content is scrolled vertically
Get the selection instance.
Get the theme.
Set the theme from given
Get the index of the first row in the scrollable region that is visible.
If set to true, trim the pasted text on pasting.
Get the background color of the underlay.
Set the background color of the underlay.
Get the number of scrollable columns fully visible in the grid. visibleColCount does not include the frozen columns counted by the frozenColCount property. It does not include any partially visible columns on the right of the grid.
Get the number of scrollable rows fully visible in the grid. visibleRowCount does not include the frozen rows counted by the frozenRowCount property. It does not include any partially visible rows on the bottom of the grid.
Static
EVENT_Optional
test: ((data: SetPasteValueTestData<T>) => boolean)Fires all registered listeners
The type of the listeners to fire.
Rest
...event: ListGridEventHandlersEventMap<T>[TYPE]the result of the last listener
Get the rectangle of the cells area.
index of the starting column, of the cell
index of the starting row, of the cell
index of the ending column, of the cell
index of the ending row, of the cell
the rect of the cells.
Get the column define of the given column index.
The column index.
The row index.
The column define object.
Get the header define of the given header cell.
The column index.
The header row index.
The header define object.
Get the record of the given row index.
The row index.
The record.
Redraws the range of the given cells.
index of the starting column, of the cell
index of the starting row, of the cell
index of the ending column, of the cell
index of the ending row, of the cell
Adds an event listener.
The event type id.
Callback method.
unique id for the listener.
ListGrid
Classdesc
cheetahGrid.ListGrid
Memberof
cheetahGrid