Declined
Last Updated: 07 Apr 2015 12:38 by ADMIN
ADMIN
Angel Petrov
Created on: 30 Aug 2013 13:13
Category: Ajax
Type: Bug Report
0
If the IsSticky property of the RadAjaxLoadingPanel is set to true and the panel is displayed over a RadDateTimePicker the time popup and date popup buttons are displayed over the panel.

		
1 comment
ADMIN
Vasil
Posted on: 07 Apr 2015 12:38
As per the documentation, the panel should have position absolute when IsSticky=true. Here is working code:

        <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Skin="Black"
            IsSticky="true" Style="z-index:99999; position: absolute; top: 0; left: 0; height: 100%; width: 100%;">
        </telerik:RadAjaxLoadingPanel>