Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
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 |