Hi Telerik,
I have a Panelbar in a 100% Height Splitter. ExpandMode="FullExpandedItem" Height="100%".
When I implement a RadAjaxManager, the height of the PanelBar in Firefox "shrinks".
I hope, you can reproduce this.
Best regards,
Andreas
I have a Panelbar in a 100% Height Splitter. ExpandMode="FullExpandedItem" Height="100%".
When I implement a RadAjaxManager, the height of the PanelBar in Firefox "shrinks".
| <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"> |
| <AjaxSettings> |
| <telerik:AjaxSetting AjaxControlID="PanelBar"> |
| <UpdatedControls> |
| <telerik:AjaxUpdatedControl ControlID="PanelBar" /> |
| <telerik:AjaxUpdatedControl ControlID="litContent" /> |
| <telerik:AjaxUpdatedControl ControlID="litComment" /> |
| </UpdatedControls> |
| </telerik:AjaxSetting> |
| </AjaxSettings> |
| </telerik:RadAjaxManager> |
I hope, you can reproduce this.
Best regards,
Andreas