Completed
Last Updated: 02 Jan 2025 09:20 by ADMIN
Release 5.1.0
Jeffrey
Created on: 24 Oct 2022 09:27
Category: TabView
Type: Bug Report
0
TabView: Content of the hidden and disabled item(s) is still visible

when the tab IsEnabled is set to False -> the style of the disabled tab changes, but the the disabled tab is still clickable.

when the tab IsVisible is set to False -> the tab is not visible, but its content is still visible.

4 comments
ADMIN
Didi
Posted on: 02 Jan 2025 09:20

Hi Jeremy,

Send me the exact code you use to test the behavior as I want to test on my side. You can also send a sample project.

Looking forward to your reply.

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.

Jeremy
Posted on: 31 Dec 2024 20:57

When I set the IsEnabled property to False, the tab is still active and clickable.

The visual indicator showing which tab is selected does not show/disappears when clicking the disabled tab, but the contents of the tab are displayed and no tabs are greyed out.

It doesn't matter if I hard code this value or use binding (which is what I need), the tab remain active.

ADMIN
Petar Marchev
Posted on: 31 Dec 2024 12:50

Hi Jeremy,

I just tested with the latest version 9.0.0 and I do not see an issue with tab items that are not visible. I only see a small issue - when a disabled tab item is clicked it makes the RadTabView navigate to the first item.

Are you seeing any issues other than the last one I described? If so, pleas give more details.

Regards,
Petar Marchev
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.

Jeremy
Posted on: 30 Dec 2024 16:17
I am using version 7.1.0 and this is still broken/rebroken.