For anyone searching for answers to something similar - IE caches ajax responses if the parameters have not changed. Therefore you need to place an [OutputCache] attribute on the controller action to prevent IE from caching it.
0
Rosen
Telerik team
answered on 29 Oct 2015, 08:25 AM
Hello Jarrod,
We are glad that you have managed to solve the issue you were facing. Indeed, the IE will cache GET requests. Thus, you could change the type of the request to POST or disable the caching.
Regards,
Rosen
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!