I need to upgrade one field into Contact subgrid and need to refresh the Subgrid after the upgrade. I am using JQueryRestEndpoint data operation example like in SDK.
After updating the record, How can we refresh the subgrid data through JScript code??
Please assit. I tried few Xrm.Page.UI.Controls('subgridname').refresh method and it didn't work. Any idea??