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

Commented Issue: TabContainer render duplicated component bug [27365]

$
0
0
I find that Ajax 4.0 renders header label incorrectly in Ajax Tab Container. After some checking, I find it renders the header twice if there is a component in header template. How can I solve the problem?

```
<act:TabContainer ID="tcControl" runat="server" ActiveTabIndex="0" AutoPostBack="false">
<act:TabPanel ID="tpSearch" runat="server">
<HeaderTemplate>
<asp:LinkButton ID="TabContainerHeaderSearch" runat="server" Width="150" Text="Search" OnClick="TabContainerHeader_Click" />
</HeaderTemplate>
<ContentTemplate>
<asp:Panel ID="plSearch" runat="server">
Test
</asp:Panel>
</ContentTemplate>
</act:TabPanel>
</act:TabContainer>
```

Comments: Finally, I find that version 50927 does not encounter this problem. However, the versions released after 50927 encounter this problem. Currently, using the out-dated version 50927 to keep the layout correctly. Hope coming version fixed this bug.

Viewing all articles
Browse latest Browse all 4356

Trending Articles



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