I am making a API call to delete row of a TreeGrid which I have used in my Web Page. I am making other changes in the data of TreeGrid by making API calls to backend.
In IE the refreshed Treegrid is not displayed whereas in other browsers I can see the refreshed TreeGrid.
When I go to IE browser’s settings, delete temporary files, the refreshed treegrid gets displayed in browser. How can I avoid manually deleting the temporaary files in browser to get a refreshed TreegRid from backend in IE.
Any Suggestions..