Microsoft Azure & Dynamics 365 CRM -Learn The Ropes
This blog aims to provide some technical tips about Microsoft Azure & Dynamics 365 CRM - D. MANJALY
"тнιѕ вℓσg ¢συℓ∂ ѕανє уσυя мσηєу ιƒ тιмє = мσηєу" - ∂.мαηנαℓу
Showing posts with label
How to refresh a Sub-Grid in CRM 2011 using Javascript
.
Show all posts
Showing posts with label
How to refresh a Sub-Grid in CRM 2011 using Javascript
.
Show all posts
Tuesday, 13 December 2011
How to refresh a Sub-Grid in CRM 2011 using Javascript
Code Snippet:
gridControl = Xrm.Page.ui.controls.get("yourSubGridName");
gridControl.refresh();
Alternatively, you could use the following.
document.getElementById("yourSubGridName").control.refresh();
Older Posts
Home
Subscribe to:
Posts (Atom)