Constructordojox.grid.cell

dojo.require("dojox.grid._grid.cell");
defined in dojox/grid/_grid/cell.js

Respresents a grid cell and contains information about column options and methods for retrieving cell related information. Each column in a grid layout has a cell object and most events and many methods provide access to these objects.

Usage

function (inProps) (view source)
parametertypedescription
inProps  

Jump to PropertiesFunctionsBack to top

FunctionapplyEdit(inValue, inRowIndex)
FunctioncancelEdit(inRowIndex)
Functionformat(inRowIndex: Integer)
provides the html for a given grid cell.
FunctiongetNode(inRowIndex: Integer)
gets the dom node for a given grid cell.
FunctionregisterOnBlur(inNode, inRowIndex)
Function_onEditBlur(inRowIndex)

Jump to FunctionsPropertiesBack to top