Skip to content

Commit 4adec4e

Browse files
authored
Update grid-onrecordselect.md
Trying to fix the URLs
1 parent 9f3f731 commit 4adec4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ contributors:
1717
The `OnRecordSelect` event occurs when a single row (record) is selected in the editable grid. This event won't occur if a user selects different cells in the same row, or selects multiple rows.
1818

1919
## Override the default open behavior in model-driven grids
20-
There might be situations where you don't want the table record to open (which is the default behavior), but want a custom action to be performed such as opening a URL using JavaScript functions. Here is an example to acheive this using the [Power Apps Grid Control](../../../../power-apps/maker/model-driven-apps/the-power-apps-grid-control) and the `OnRecordSelect` event.
20+
There might be situations where you don't want the table record to open (which is the default behavior), but want a custom action to be performed such as opening a URL using JavaScript functions. Here is an example to acheive this using the [Power Apps Grid Control](/power-apps/maker/model-driven-apps/the-power-apps-grid-control) and the `OnRecordSelect` event.
2121

2222
### Step 1: Create a web resource
2323

@@ -55,8 +55,8 @@ Create a web resource to change the default behavior. In the following example,
5555

5656
### Step 2: Enable Power Apps Grid Control
5757
Follow these steps to enable the **Power Apps Grid Control** as the main grid (table view) or within a model-driven form subgrid:
58-
- [Use as main grid](../../../../power-apps/maker/model-driven-apps/the-power-apps-grid-control#add-the-power-apps-grid-control-to-views-for-an-entity)
59-
- [Use as subgrid](../../../../power-apps/maker/model-driven-apps/the-power-apps-grid-control#add-the-power-apps-grid-control-to-a-subgrid)
58+
- [Use as main grid](/power-apps/maker/model-driven-apps/the-power-apps-grid-control#add-the-power-apps-grid-control-to-views-for-an-entity)
59+
- [Use as subgrid](/power-apps/maker/model-driven-apps/the-power-apps-grid-control#add-the-power-apps-grid-control-to-a-subgrid)
6060

6161

6262
### Step 3: Register the custom behavior on OnRecordSelect Event

0 commit comments

Comments
 (0)