Thursday, February 18, 2016

Refresh SubGrid from Javascript MSCRM


Refresh the Subgrid from below query.

Xrm.Page.ui.controls.get("SubGridName").refresh();

Eg. Xrm.Page.ui.controls.get("deal").refresh();






No comments:

Post a Comment

How to Show Notification in Model Driven App using C#

  Introduction: In this blog, we will see how to show Notification in Model Driven App Using C# Implementation steps: For your function apps...