If I use a tab control with a updatepanel and a datasource - the tab heights are not dynamically resizing. So, it appears like the gridview isn't inside of the tab.
Any ideas why?
1<atlas:TabPanel ID="tabAirSummary" HeaderText="Air Summary" runat="server">2 <ContentTemplate>34 <asp:UpdatePanel ID="UpdatePanel1" runat="server">5 <ContentTemplate>6...gridview and objectdatasource here..7</ContentTemplate>8</asp:UpdatePanel>9</ContentTemplate>10</atlas:TabPanel>1112
Any followups to this topic?
It seems rather odd that this would be released without this senario - I would think it would be common to have different views of data in each tab within a tabcontrol ?
Checking back in...Customer is awaiting a reply from me...
What is the official route for support with Control Toolkit?
Seems likework item 8091?
No comments:
Post a Comment