Skip to content

Commit 0c0f0eb

Browse files
authored
Merge pull request #10305 from MicrosoftDocs/jdaly-main-grid-pm-change
Changing PM Author
2 parents 04a6a40 + 1d3e934 commit 0c0f0eb

35 files changed

+76
-76
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/clientapi-grid-context.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Client API grid context in model-driven apps| MicrosoftDocs"
33
description: "Describes the client api grid context"
4-
author: jasongre
5-
ms.author: jasongre
4+
author: fikaradz
5+
ms.author: fikaradz
66
ms.date: 04/18/2024
77
ms.reviewer: jdaly
88
ms.topic: "conceptual"

powerapps-docs/developer/model-driven-apps/clientapi/reference/Xrm-Utility/refreshParentGrid.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "refreshParentGrid (Client API reference) in model-driven apps| MicrosoftDocs"
33
description: Includes description and supported parameters for the refreshParentGrid method.
4-
author: jasongre
5-
ms.author: jasongre
4+
author: fikaradz
5+
ms.author: fikaradz
66
ms.date: 03/12/2022
77
ms.reviewer: jdaly
88
ms.topic: reference

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Grid OnChange event (Client API reference) in model-driven apps| MicrosoftDocs"
33
description: Includes description and supported parameters for the grid OnChange event.
4-
author: jasongre
5-
ms.author: jasongre
4+
author: fikaradz
5+
ms.author: fikaradz
66
ms.date: 03/12/2022
77
ms.reviewer: jdaly
88
ms.topic: reference

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Grid OnRecordSelect event (Client API reference) in model-driven apps| MicrosoftDocs"
33
description: Includes description and supported parameters for the grid OnRecordSelect event.
4-
author: jasongre
5-
ms.author: jasongre
4+
author: fikaradz
5+
ms.author: fikaradz
66
ms.date: 06/29/2023
77
ms.reviewer: jdaly
88
ms.topic: reference

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Grid OnSave event (Client API reference) in model-driven apps| MicrosoftDocs"
33
description: Includes description and supported parameters for the grid OnSave event.
4-
author: jasongre
5-
ms.author: jasongre
4+
author: fikaradz
5+
ms.author: fikaradz
66
ms.date: 09/15/2022
77
ms.reviewer: jdaly
88
ms.topic: reference
@@ -14,19 +14,19 @@ contributors:
1414
---
1515
# Grid OnSave event (Client API reference)
1616

17-
The `OnSave` event occurs before sending the updated information to the server, and when any of the following occurs:
17+
The `OnSave` event occurs before sending the updated information to the server, and when any of the following occurs:
1818

19-
- There is a change in the record selection.
19+
- There's a change in the record selection.
2020
- The user explicitly triggers a save operation using the editable grid's save button.
2121
- The user applies a sort, filter, group, pagination, or navigation operation from the editable grid while there are pending changes.
2222

2323
Some important points to consider for the `OnSave` event:
2424

25-
- If a user edits multiple columns of the same record in sequence, the OnSave event will only be fired once to ensure optimal performance and form behavior compatibility.
26-
- Editable grid and the parent form have separate save buttons. Selecting the save button in one will not save changes in the other.
27-
- Editable grid does not save pending changes when navigation operations are performed outside of its context. If the control has unsaved data, that data may be lost. Consequently, the `OnSave` event may not fire. For example, this could happen when navigating to a different record using a form lookup column or through the ribbon.
28-
- Selecting the refresh button in the editable grid causes it to discard any pending changes, and the `OnSave` event won't be fired.
29-
- Editable grid control does not implement an auto-save timer.
25+
- If a user edits multiple columns of the same record in sequence, the `OnSave` event occurs only once to ensure optimal performance and form behavior compatibility.
26+
- Editable grid and the parent form have separate save buttons. Selecting the save button in one doesn't save changes in the other.
27+
- Editable grid doesn't save pending changes when navigation operations are performed outside of its context. If the control has unsaved data, that data might be lost. So, the `OnSave` event might not fire. For example, the `OnSave` event might not fire when navigating to a different record using a form lookup column or through the ribbon.
28+
- Selecting the refresh button in the editable grid causes it to discard any pending changes, and the `OnSave` event isn't fired.
29+
- Editable grid control doesn't implement an auto-save timer.
3030
Editable grid suppresses duplicate detection rules.
3131

3232
[!INCLUDE [cc_book-instead-of-save](../../../../../includes/cc_book-instead-of-save.md)]

powerapps-docs/developer/model-driven-apps/clientapi/reference/events/subgrid-onload.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Subgrid OnLoad event (Client API reference) in model-driven apps| MicrosoftDocs"
33
description: Includes description and supported parameters for the subgrid OnLoad event.
4-
author: jasongre
5-
ms.author: jasongre
4+
author: fikaradz
5+
ms.author: fikaradz
66
ms.date: 03/12/2022
77
ms.reviewer: jdaly
88
ms.topic: reference

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Grids and subgrids in model-driven apps for Dynamics 365| MicrosoftDocs"
33
description: "Grids present data in a tabular format in model-driven apps. Grids can span the entire form or can be one of the items on a form; the latter are called *subgrids*."
4-
author: jasongre
5-
ms.author: jasongre
4+
author: fikaradz
5+
ms.author: fikaradz
66
ms.date: 03/24/2022
77
ms.reviewer: jdaly
88
ms.topic: reference

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "Grid (Client API reference) in model-driven apps| MicrosoftDocs"
33
description: Includes description and supported parameters for the grid method.
4-
author: jasongre
5-
ms.author: jasongre
4+
author: fikaradz
5+
ms.author: fikaradz
66
ms.date: 03/12/2022
77
ms.reviewer: jdaly
88
ms.topic: reference

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "getRows (Client API reference) in model-driven apps| MicrosoftDocs"
33
description: Includes description and supported parameters for the getRows method.
4-
author: jasongre
5-
ms.author: jasongre
4+
author: fikaradz
5+
ms.author: fikaradz
66
ms.date: 03/12/2022
77
ms.reviewer: jdaly
88
ms.topic: reference

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: "getSelectedRows (Client API reference) in model-driven apps| MicrosoftDocs"
33
description: Includes description and supported parameters for the getSelectedRows method.
4-
author: jasongre
5-
ms.author: jasongre
4+
author: fikaradz
5+
ms.author: fikaradz
66
ms.date: 03/12/2022
77
ms.reviewer: jdaly
88
ms.topic: reference

0 commit comments

Comments
 (0)