Is there a way to set the imageurl in the web config so it applies to all radwindows and radspell dialogs? I don't want to update every radwindow/radwindowmanager tag to do this. I noticed if you set the image url to a non valid image, no image appears. Is that the proper way to hide the image?
1 Answer, 1 is accepted
0
Accepted
Georgi Tunev
Telerik team
answered on 10 Nov 2008, 03:10 PM
Hi Dennis,
You can do this by adding the image to the appSettings section:
<appSettings>
<add key="commonImage" value="~/Img/MyIcon.gif" />
</appSettings>