Hi ,
I'm using setFilterXml to filter subgrid records and its working fine except one case:
Case: When user click on audit history tab and again click on tab which I'm filtering using JS then filter is not working.
On click of other tab its working perfect.
Thanks in advance
Hello Pravin,
The “setFilterXml" is not a publicly supported API method. This method is used for internal purposes, you can see this link.
Anyway I believe API is called before the grid is initialized resulting in this error .
As a workaround we can move the script to the onload of the grid.