GridCell Class [Javascript]

Summary

Properties Description
id Get the id of the cell.
Methods Description
getData Get the cell's data.
getElement Get the html object of the cell.
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

getDataTop

[object] getData()

Get the cell's data.

Show/Hide Code

Supported from version: 1.0.0.0

getElementTop

[object] getElement()

Get the html object of the cell.

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