GridRowData (Client API reference)

GridRowData is returned by the GridRow.getData method.

GridRowData also provides methods for retrieving information specific to a record displayed in an editable grid row, including a collection of all the columns included in the row. Column data is limited to the columns presented by the editable grid. See Collections (Client API reference) for information on the methods available to access data in a collection.

var myRows = gridContext.getGrid().getRows();
var myRow = myRows.get(arg);
var gridRowData = myRow.data;

Properties

Name Description Available for
entity Returns the GridEntity for the GridRowData. Read-only and editable grids

Methods

Name Description Available for
getEntity Deprecated. Returns the GridEntity for the GridRowData. Read-only and editable grids