Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
215
Issue with ultra web list bar expansion
posted

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>

        <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">

                    <tr>

 

                    </tr>

                    <tr>

                        <td valign="top" width="250">

                            <table id="ComponentActionTable" cellspacing="0" cellpadding="0" width="100%" border="0">

                                <tr>

                                    <td>

                                        ultrafilterlistbar---this is supposed to expand  horizontally and push the other ultraweblistbar in second table but not doing it.

                                        ultrawebgrid

                                    </td>

                                </tr>

                                <tr >

                                    <td>

                                        <table >

 

                                        </table>

                                    </td>

                                </tr>

                                <tr>

                                    <td>

                                        <table class="Command" id="CommandTable" cellspacing="1" cellpadding="1" width="100%"

                                            border="0">

 

                                        </table>

                                    </td>

                                </tr>

                                <tr>

                                    <td>

                                        <table class="Command" id="PackageStatusTable" cellspacing="1" cellpadding="1" width="100%"

                                            border="0" runat="server">

 

                                        </table>

                                        <table class="Command" id="ComponentStatusTable" cellspacing="1" cellpadding="1"

                                            width="100%" border="0" runat="server">

 

                                        </table>

                                    </td>

                                </tr>

                            </table>

                        </td>

 

                        <td valign="top">

                            <table id="TabTable" cellspacing="0" cellpadding="0" width="100%" border="0">

                                <tr>

                                    <td>

                                       ultraweblistbar

                                    </td>

                                </tr>

                                <tr>

                                    <td>

                                    </td>

                                </tr>

                                <tr>

                                    <td align="center">

                                        <br/>

                                        <table runat="server" class="Command" id="InbondTable" cellspacing="1" cellpadding="1"

                                            width="250" border="0">

 

                                        </table>

                                    </td>

                                </tr>

                            </table>

                        </td>

                    </tr>

                </table>

            </td>

        </tr>

        <tr>

 

        </tr>

        <tr>

 

        </tr>

    </table>

    </form>

 

Any help would be highly appreciated. Thanks. 

Parents
  • 37874
    posted

    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.

Reply Children
No Data