
Announcements
Steps to reproduce the issue and it is applicable for that table alone:
1. I am doing a filter in the main grid
2. Opening the record in Main form
3. With the help of custom command and xrm.NavigateTo, I will open a custom page in popup.
4. Once the work is done, while closing the popup I am refreshing the page using window.reload
5. I have a embedded canvas app in the bottom which should be refreshed on the pop up close, So I used reload method.
6. If I click the back button in the app it opens the main grid page with filter. The issue here is the grid is filtered but it does not shows the filter icon and clear filter option
kindly suggest a way to resolve the issue