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();
Hi tnx for your post. im usinf the document.getElementById("yourSubGridName").control.refresh(); but my grid keeps on refreshing. is it possible to make it refresh once only.. tnx
Hi there,
ReplyDeletehow do i find out whats the name of my Sub Grid?
Hi
ReplyDeletetnx for your post. im usinf the document.getElementById("yourSubGridName").control.refresh(); but my grid keeps on refreshing. is it possible to make it refresh once only..
tnx
Hey Dias, Saurin here, I was working on subgrids auto calc thing and this code helped me a lot, I was missing .control usage, thanks man.
ReplyDeleteplease help me how to display all records in a subgrid as the form gets loaded
ReplyDeleteHi,
ReplyDeleteCan anyone have idea about adding values to subgrid from another field in crm 2013.
Thanks in advance,
Nagaraju
This is a very nice article. thank you for publishing this. i can understand this easily. Azure Online Training Hyderabad
ReplyDelete