Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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 |