Skip to content

Commit 5ecb5a3

Browse files
committed
edits
1 parent 04d78f9 commit 5ecb5a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/reference/events/grid-onrecordselect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `OnRecordSelect` event occurs when a single row (record) is selected in an e
2121

2222
When you want to customize the way that a table record opens from the [Power Apps grid control](../../../../../maker/model-driven-apps/the-power-apps-grid-control.md), you can control how this opens with a JavaScript function associated with the grid `OnRecordSelect` event.
2323

24-
The following example ensures that the record opens using the form specified `pageInput` `formId` value using the [Xrm.Navigation.navigateTo](../Xrm-Navigation/navigateTo.md) method. Note that in this example the form and grid must belong to the same entity.
24+
The following example ensures that the record opens using the form specified by the `pageInput` `formId` value using the [Xrm.Navigation.navigateTo](../Xrm-Navigation/navigateTo.md) method. In this example, the form and grid must belong to the same entity.
2525

2626
### Step 1: Create a web resource
2727

0 commit comments

Comments
 (0)