Note
ამ გვერდზე წვდომა ავტორიზაციას მოითხოვს. შეგიძლიათ სცადოთ შესვლა ან დირექტორიების შეცვლა.
ამ გვერდზე წვდომა ავტორიზაციას მოითხოვს. შეგიძლიათ სცადოთ დირექტორიების შეცვლა.
A collection of GridRow is returned by Grid.getRows and Grid.getSelectedRows methods.
var myRows = gridContext.getGrid().getRows();
var gridRow = myRows.get(arg);
Properties
| Name | Description | Available for |
|---|---|---|
data |
An object containing the GridRowData for the GridRow. | Read-only and editable grids |
Methods
| Name | Description | Available for |
|---|---|---|
| getData | Deprecated. Returns the GridRowData for the GridRow. Use the data property directly instead. |
Read-only and editable grids |