We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 41d578c + 60ad3fa commit 2a0bac4Copy full SHA for 2a0bac4
powerapps-docs/developer/model-driven-apps/clientapi/reference/grids/gridrowdata.md
@@ -26,7 +26,7 @@ GridRowData also provides methods for retrieving information specific to a recor
26
```JavaScript
27
var myRows = gridContext.getGrid().getRows();
28
var myRow = myRows.get(arg);
29
-var gridRowData = myRow.getData();
+var gridRowData = myRow.data;
30
```
31
32
## Properties
@@ -45,4 +45,4 @@ var gridRowData = myRow.getData();
45
46
47
48
-[!INCLUDE[footer-include](../../../../../includes/footer-banner.md)]
+[!INCLUDE[footer-include](../../../../../includes/footer-banner.md)]
0 commit comments