Skip to content

Commit 2a0bac4

Browse files
authored
Merge pull request MicrosoftDocs#2366 from melamriD365/patch-2
Update gridrowdata.md
2 parents 41d578c + 60ad3fa commit 2a0bac4

File tree

1 file changed

+2
-2
lines changed
  • powerapps-docs/developer/model-driven-apps/clientapi/reference/grids

1 file changed

+2
-2
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/grids/gridrowdata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ GridRowData also provides methods for retrieving information specific to a recor
2626
```JavaScript
2727
var myRows = gridContext.getGrid().getRows();
2828
var myRow = myRows.get(arg);
29-
var gridRowData = myRow.getData();
29+
var gridRowData = myRow.data;
3030
```
3131

3232
## Properties
@@ -45,4 +45,4 @@ var gridRowData = myRow.getData();
4545

4646

4747

48-
[!INCLUDE[footer-include](../../../../../includes/footer-banner.md)]
48+
[!INCLUDE[footer-include](../../../../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)