Completed
Last Updated: 12 Mar 2016 15:20 by ADMIN
ADMIN
Danail Vasilev
Created on: 10 Feb 2016 07:33
Category: Window
Type: Bug Report
1
LWR RadWindow's LoadingPanel Image for the Bootstrap skin is incorrect
For the time being you can use the following CSS workaround:
	<telerik:RadCodeBlock ID="RadCodeBlock1" runat="server">
		<style>
		html .RadWindow_Bootstrap.rwLoading .rwExternalContent {
			background-image: url('	<%= Telerik.Web.SkinRegistrar.GetWebResourceUrl(this, typeof(RadWindow), "Telerik.Web.UI.Skins.Bootstrap.Common.loading.gif") %>')
		}
	</style>
	</telerik:RadCodeBlock>
0 comments