Hi,
I think I've a problem with some styles.
The context menu of the scheduler control is not appearing at the position it should. If I right click on an event, the menu is appearing at the very top of the page.
The attached screen shots show that during the load of the the page, the items of the context menu appear very short beneath the scheduler.
Additionally the selected style from the skinmanager is not applied to the loadingpanel, if I comment in the skinmanager.
Do you have any idea where I might have an error? The version I use is 2010.1.519.35
Thank you
Greetings from Germany
René
I think I've a problem with some styles.
The context menu of the scheduler control is not appearing at the position it should. If I right click on an event, the menu is appearing at the very top of the page.
The attached screen shots show that during the load of the the page, the items of the context menu appear very short beneath the scheduler.
<div class="panelContainer" runat="server"> |
<%--<telerik:RadFormDecorator ID="radFormDecorator" runat="server" DecoratedControls="All" />--%> |
<telerik:RadAjaxLoadingPanel ID="LoadingPanel" runat="server" Skin="Windows7" /> |
<telerik:RadAjaxPanel ID="RadAjaxPanel" runat="server" LoadingPanelID="LoadingPanel" > |
<%--<telerik:RadSkinManager ID="RadSkinManager" Runat="server" Skin="Default" ShowChooser="True" Enabled="true"> |
<TargetControls> |
<telerik:TargetControl ControlID="RadAjaxPanel" Enabled="false" Skin="Default" /> |
<telerik:TargetControl ControlID="LoadingPanel" Enabled="true" Skin="Windows7" /> |
</TargetControls> |
</telerik:RadSkinManager>--%> |
<div class="tabsContainer" ID="TabsContainer" runat="server"> |
<telerik:RadDockLayout ID="RadDockLayout" runat="server"> |
<telerik:RadDockZone ID="RadDockZone" Runat="server" MinHeight="420px" Width="900px"> |
... |
</telerik:RadDockZone> |
</telerik:RadDockLayout> |
</div> |
<div class="contentContainer"> |
<div class="panelContent"> |
<asp:Panel ID="Panel1" runat="server" Style="font: normal 12px Arial, Verdana, Sans-serif; color: #a6a896;"></asp:Panel> |
</div> |
</div> |
<div class="controlsContainer"> |
<asp:Label CssClass="ms-error" ID="ShowException" runat="server" /> |
</div> |
</telerik:RadAjaxPanel> |
</div> |
Additionally the selected style from the skinmanager is not applied to the loadingpanel, if I comment in the skinmanager.
Do you have any idea where I might have an error? The version I use is 2010.1.519.35
Thank you
Greetings from Germany
René