I'm working with Kendo UI's drop down list.
In my application, I am updating a drop down list dynamically, based on a set of criteria.
My drop down list is updating correctly across all browsers, except IE.
In IE, my drop down list only updates when my DEV Tools toolbar is open.
When the toolbar is not open, my list will not update.
Has anyone encountered this behavior before? Any suggestions?
As your title suggests you already thought about a problem related to caching. IE does not have the same caching behavior as other browsers.
Look at the http response headers and check if a cache control header is present. If you are new to cache control headers i would suggest reading this Cache Headers - a beginners guide
Why does it work when the toolbar is open?
Have a look at the top of your toolbar and check if any of those options are activated (if so, deactivate them to get the same behavior as with closed Dev tools). DEV Toolbar