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
20
Close Button on Tabs
posted

Hello,

We are using an old version of Infragistics Web Forms - 10.3, not the newest one.

If possible, we would like to add close button to our tab control as you can see on the picture:

attached picture.

Is there a way to add such close button without writing our own HTML/JavaScript/CSS (only using your controls)?

  • 8607
    Offline posted

    Hello Denis,

    Taking a quick look through the old documentation, the UltraWebTab does not seem to provide this capability.

    However, the WebTab allows you to display the close button with the following markup:

    <ig:WebTab ID="WebTab1" runat="server" Height="200px" Width="300px"> 
    <CloseButton Enabled="True" /> 
    </ig:WebTab>

    The UltraWebTab was discontinued in version 11.2, but I confirmed that the WebTab control was also distributed in 10.3.  If you are using the retired UltraWebTab control, I would recommend replacing it with the WebTab control, which should be included in your installation.  This way you can easily enable close buttons through the built in functionality.

    Here are some links that might be helpful:

    WebTab Header and Content Panes

    Classic Control Migration Guide

    Please let me know if you have any other questions.


    Elizabeth Albert
    Localization Engineer