We have recently upgraded to infragistics 11.1 and having an issue with ultra ultra web list bar expansion. It was working fine with infragistics 6.1 and now its remaining hidden on expansion.
It is supposed to expand horizontally and push the other ultraweblistbar in second table but not doing it.
Here is the structure of the page:
<form id="MainForm" onsubmit="if(event&&(window.event.keyCode==3||event.which==13)){return false;}"
method="post" runat="server" defaultbutton="SaveImageButton">
<table class="OverallPage" id="OverallTable" style="z-index: 101; left: 0px; position: absolute;
top: 0px" cellspacing="0" cellpadding="0" width="770" border="0">
<tr>
<td>
<uc2:Header ID="MainHeader" runat="server"></uc2:Header>
</td>
</tr>
<td valign="top" align="center" height="420">
<div id="MessageDiv" style="padding-right: 20px; padding-left: 20px; padding-bottom: 2px;
width: 100%; padding-top: 2px" runat="server">
<anthem:Label ID="MessageLabel" runat="server" CssClass="Message"></anthem:Label></div>
<table id="MainContainerTable" cellspacing="0" cellpadding="0" width="740" border="0">
<td valign="top" width="250">
<table id="ComponentActionTable" cellspacing="0" cellpadding="0" width="100%" border="0">
ultrafilterlistbar---this is supposed to expand horizontally and push the other ultraweblistbar in second table but not doing it.
ultrawebgrid
<tr >
<table >
</table>
<table class="Command" id="CommandTable" cellspacing="1" cellpadding="1" width="100%"
border="0">
<table class="Command" id="PackageStatusTable" cellspacing="1" cellpadding="1" width="100%"
border="0" runat="server">
<table class="Command" id="ComponentStatusTable" cellspacing="1" cellpadding="1"
width="100%" border="0" runat="server">
<td valign="top">
<table id="TabTable" cellspacing="0" cellpadding="0" width="100%" border="0">
ultraweblistbar
<td align="center">
<br/>
<table runat="server" class="Command" id="InbondTable" cellspacing="1" cellpadding="1"
width="250" border="0">
</form>
Any help would be highly appreciated. Thanks.
Hello sahotak,
I'm just checking if you still need assistance with the matter.
Hi sahotak,
I could not understand what you are trying to accomplish. Please clarify your question and if possible provide me with the markup for the UltraWebListbars or a small isolated sample, reproducing the issue. Thank you.