function GridRefresh () { alert("The grid has refreshed."); } document.all.crmGrid.attachEvent("onrefresh", GridRefresh);
UPDATE: I discovered recently that this event will not be triggered in the event of a view change. As near as I can tell, there is no event that is triggered when the view is changed.
In the CRM Grid HTC file (I forget which one) you can raise this event. It's a fairly innocuous mod that is well worth it if you intend to perform custom actions on the grids.
ReplyDeleteThanks a lot, David. You helped me a lot!
ReplyDelete