I have two sub-grids & I filtering it without any issue. But these sub-grids has open associated view icon:
So, on click of it opens the associated views but it's showing all unwanted records which I want to filter them out again. And my own fetchxml which I added for sub-grid. Can you tell me how can I access the Associated Grid View control so, that I can set the fetchxml on it?
I tried to customize the "Open Associated Grid View" command but still getting nothing relevant.
Any idea how it can be done?
EDIT:
We can access the sub-grid by - var SubGrid = document.getElementById("Activity_SubGrid");
and then set the fetchxml to it. But do we have any option to access the Associated views?
*This post is locked for comments