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:
.
Is there a way to add such close button without writing our own HTML/JavaScript/CSS (only using your controls)?
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">
<
ig
:
WebTab
ID
="WebTab1"
runat
="server"
Height
="200px"
Width
="300px"
>
<CloseButton Enabled="True" />
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 AlbertLocalization Engineer