I would like to set the skin for all of the loading panels in my app to the simple skin. In the web.config I have the following code.
Instead of the loading panel appearing with the simple skin, I am just getting a blank space white space where the loading panel should be.
Thanks
<appSettings> |
<add key="Telerik.AjaxLoadingPanel.Skin" value="Simple"/> |
</appSettings> |
Instead of the loading panel appearing with the simple skin, I am just getting a blank space white space where the loading panel should be.
Thanks