After migrating our RadWindows to Prometheus I'm experiencing a problem I think is related to caching.
I have a window template defined on the master page, and two buttons on a web page, each of which launch a different dialog using that window template. When I click one and then the other I can see the previous dialog in the RadWindow for a split-second (along with its title in the title bar) before the new dialog paints itself. I believe it's displaying a cached copy of the previous window.
The HTML pages that display as RadWindow dialogs each inherit from a dialog master page with the following in the <head> tag:
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE" />
<meta http-equiv="PRAGMA" content="NO-CACHE" />
<meta http-equiv="EXPIRES" content="-1" />
So they shouldn't be cached, but it appears like they are. Can I do something to eliminate the refresh issue? Is there a way to not display the RadWindow until its finished downloading?
Thank you,
Terry
I have a window template defined on the master page, and two buttons on a web page, each of which launch a different dialog using that window template. When I click one and then the other I can see the previous dialog in the RadWindow for a split-second (along with its title in the title bar) before the new dialog paints itself. I believe it's displaying a cached copy of the previous window.
The HTML pages that display as RadWindow dialogs each inherit from a dialog master page with the following in the <head> tag:
<meta http-equiv="CACHE-CONTROL" content="NO-CACHE" />
<meta http-equiv="PRAGMA" content="NO-CACHE" />
<meta http-equiv="EXPIRES" content="-1" />
So they shouldn't be cached, but it appears like they are. Can I do something to eliminate the refresh issue? Is there a way to not display the RadWindow until its finished downloading?
Thank you,
Terry