gridx
Legend: Array Boolean Constructor Date DomNode Error Function Namespace Number Object RegExp Singleton String

gridx._RowCellInfo

Object » gridx._RowCellInfo
dojo.require("gridx.modules.Body");
Defined in gridx/modules/Body.js

This structure includes all possible information that can be used to identify a row or a cell, it is used to retrieve a row or a cell in grid body. Usually user only need to provide some of them that is sufficient to uniquely identify a row or a cell, e.g. rowId, or rowIndex and parentId, or visualIndex.