CellFactory Class

File
wijmo.grid.js
Module
wijmo.grid

Creates HTML elements that represent cells within a FlexGrid control.

Methods

Methods

disposeCell

disposeCell(cell: HTMLElement): void

Disposes of a cell element and releases all resources associated with it.

Parameters
Returns
void

getEditorValue

getEditorValue(g: FlexGrid): any

Gets the value of the editor currently being used.

Parameters
Returns
any

updateCell

updateCell(p: GridPanel, r: number, c: number, cell: HTMLElement, rng?: CellRange, updateContent?: boolean): void

Creates or updates a cell in the grid.

Parameters
Returns
void