Quantcast
Channel: AjaxControlToolkit Work Item Rss Feed
Viewing all articles
Browse latest Browse all 4356

Closed Issue: CollapsiblePanelExtender conflicts with SliderExtender [11805]

$
0
0
Using CollapsiblePanelExtender and SliderExtender at the same time causes the handler of SliderExtender to dissapear, if Collapsed="true".

<cc1:CollapsiblePanelExtender ID="cpe" runat="server" AutoCollapse="False" AutoExpand="False"
CollapseControlID="lblAdjust" Collapsed="true" CollapsedSize="0" ExpandControlID="lblAdjust"
ExpandDirection="Vertical" ExpandedSize="100" ScrollContents="false" SuppressPostBack="True"
TargetControlID="pnlResults">
</cc1:CollapsiblePanelExtender>

<div class="pnlAdjustLink">
<asp:Label runat="server" ID="lblAdjust" Text="[<u>Adjust</u>]" />
</div>

<asp:Panel ID="pnlResults" runat="server">
<asp:TextBox ID="slName" runat="server" Text="50" />
<asp:TextBox ID="tbName" runat="server" CssClass="tbSliderValue" />

<cc1:SliderExtender ID="SliderExtender2" runat="server" TargetControlID="slName"
BoundControlID="tbName" Orientation="Horizontal" Minimum="0" Maximum="100" Length="160" />
</asp:Panel>
Comments: This ticket was filed for a pre-15.1 version of AJAX Control Toolkit. If this is still an issue in v15.1 or later, please create a new inquiry.

Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>