Sunday, March 18, 2007

Fix RadWindow caching

This article applies to Telerik's RadWindow component

This is a nice wrapper to create popups in your asp.net applications, but it has a problem; it caches it's contents automatically; it took me a while to figure it out, but you can solve that with a simple property:

radW:RadWindow
ID="WindowAttachFile"
runat="Server"
NavigateUrl="AttachFile.aspx"
ReloadOnShow="true"
Height="230px"
Width="410px" Modal="true"

hope this is useful for any soul out there

7 comments:

Thomas said...

I'm probably very biased since I'm the chief architect on Gaia, but I'd prefer Gaia.Window over Telerik window any day of the week :)

PS!
It's here:
http://ajaxwidgets.com/AllControlsSamples/Window.aspx

.t

BlackTigerX said...

looks very nice, but I can't move it, is there a parameter that allows you to drag the window around?

BlackTigerX said...

never mind, I found an example that allows me to move it around, looks good

Kervin said...

Thanks Thanks!! Cheers!

Anonymous said...

Thank you

Unknown said...

Thack you!!!

This cost me almost 3 days to solve.

Anonymous said...

Just what I was looking for. Thanks!