Issue with disabling TabView

1 Answer 175 Views
TabView
Aleksandra
Top achievements
Rank 1
Aleksandra asked on 30 Dec 2022, 10:23 AM

Hallo,
I noticed TabViewItem (with property IsEnabled set to "False") is still clickable and its content is presented - but should not be :-(

Sample:

<telerik:RadTabView x:Name="TabbedView"
                            HeaderPosition="Bottom"
                            SelectedIndex="{Binding SelectedTab}">
            <telerik:TabViewItem HeaderText="Tab 1"
                                 ImageSource="tags.png">
                <Label VerticalOptions="Center"
                       HorizontalOptions="Center">Page 1</Label>
            </telerik:TabViewItem >
            <telerik:TabViewItem HeaderText="Tab 2"
                                 ImageSource="tags.png">
                <Label VerticalOptions="Center"
                       HorizontalOptions="Center">Page 2</Label>
            </telerik:TabViewItem >
            <telerik:TabViewItem HeaderText="Disabled"
                                 IsEnabled="False"
                                 ImageSource="tags.png">
                <Label VerticalOptions="Center"
                       HorizontalOptions="Center">Disabled</Label>
            </telerik:TabViewItem >
        </telerik:RadTabView>

Do you have any recommendation - how to handle with this issue?

Thanks for help,
Aleksandra Wasacz

1 Answer, 1 is accepted

Sort by
0
Didi
Telerik team
answered on 30 Dec 2022, 10:32 AM

Hello Aleksandra Wasacz,

We have this issue logged here: https://feedback.telerik.com/maui/1584455-tabview-content-of-the-hidden-and-disabled-item-s-is-still-visible I can assure you that I have raised the priority of the issue and escalated it to the development team. 

I cannot suggest a workaround to prevent the behavior. I am sorry for the inconvenience. 

Regards,
Didi
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Aleksandra
Top achievements
Rank 1
commented on 30 Dec 2022, 01:03 PM

Hello, it is very common and crucial tab behavior :-( When can we expect any fix? About....? 
Didi
Telerik team
commented on 02 Jan 2023, 10:02 AM

Hi Aleksandra

I cannot commit a time frame when a fix will be available. The public item status will be changed when there is an update. 

I know that the behavior is very common. I escalated all your feedback to the development team.

Tags
TabView
Asked by
Aleksandra
Top achievements
Rank 1
Answers by
Didi
Telerik team
Share this question
or