GridCell Class [Javascript]

Summary

Properties Description
id Get the id of the cell.
Methods Description
getElement Get the html object of the cell.
getData Get the cell's data.
getInputElement Get the element object of the cell's input when the row is in editing mode.

Properties Detail

idTop

string id

Get the id of the cell.

Show/Hide Code

Supported from version: 1.0.0.0

Methods Detail

getElementTop

[object] getElement()

Get the html object of the cell.

Show/Hide Code

Supported from version: 1.0.0.0

getDataTop

[object] getData()

Get the cell's data.

Show/Hide Code

Supported from version: 1.0.0.0

getInputElementTop

array getInputElement()

Get the element object of the cell's input when the row is in editing mode.

Show/Hide Code

Supported from version: 1.0.0.0