This is a migrated thread and some comments may be shown as answers.

Not able to hide telerik:RadTab

0 Answers 115 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
Sam
Top achievements
Rank 1
Sam asked on 08 Nov 2017, 10:21 AM

I have tried the following codes but nothing hides the radtab on indexchange

RadTabStrip1.Tabs[1].Visible = false;
                        RadTabStrip1.Tabs[1].Width = 0;
                        RadTabStrip1.Tabs[1].Height = 0;
                        RadTabStrip1.Tabs[1].Attributes.Add("style", "display: none;");

No answers yet. Maybe you can help?

Tags
TabStrip
Asked by
Sam
Top achievements
Rank 1
Share this question
or