RadTabView - Cannot select another Tab after update to 8.0

1 Answer 206 Views
TabView
Sébastien
Top achievements
Rank 1
Iron
Sébastien asked on 04 Dec 2024, 02:34 PM | edited on 04 Dec 2024, 02:38 PM

Hi,

After upgradingTelerik to 8.0.0 and MAUI to 9.0, RadTabView doesnt change to another Tab when i click on it. 

Do you have the same issue ? 

Sébastien
Top achievements
Rank 1
Iron
commented on 05 Dec 2024, 12:34 PM

More informations : If u put a collectionView inside a TabViewItem, it breaks the UI, content doesnt change when you click on another tab
Quoc
Top achievements
Rank 2
commented on 05 Dec 2024, 07:56 PM

HI, 

I am having the same issue.

 

 

Didi
Telerik team
commented on 09 Dec 2024, 07:14 AM

Hi all,

We have the following issue logged regarding CollectionView in a TabView. Could you please check it and let me know whether the behavior is the same on your side: https://feedback.telerik.com/maui/1672732-collectionview-ios-the-ui-freezes-while-scrolling-when-the-collectionview-is-placed-inside-a-tabview 

Tyler
Top achievements
Rank 1
commented on 26 Jan 2025, 12:53 PM

Hi All,

I also have the same issue where it worked before the update, and now selecting another tab is not working. The code behind the control is firing but not changing the tab itself to reflect the selected tab. 
Didi
Telerik team
commented on 27 Jan 2025, 09:48 AM

Hi all, I tested the TabView control when trying to select another tab and using MAUI 9.0.30 and Telerik MAUI 9.0.0 version and no issues with the TabView control.

when CollectionView is added inside the content, then the following behavior observes: https://feedback.telerik.com/maui/1672732-collectionview-ios-the-ui-freezes-while-scrolling-when-the-collectionview-is-placed-inside-a-tabview 

@Sebastien, I cannot reproduce the initially reported behavior: After upgrading Telerik to 8.0.0 and MAUI to 9.0, RadTabView doesn't change to another Tab when i click on it. - So send a sample project where only the TabView is added.

 

1 Answer, 1 is accepted

Sort by
0
Vivek
Top achievements
Rank 1
Iron
answered on 21 Aug 2025, 12:53 PM
Just replace your CollectionView with VerticalStackLayout (
<VerticalStackLayout BindableLayout.ItemTemplate="{StaticResource YOURTEMPLATE}"             
                BindableLayout.ItemsSource="{Binding YOURLIST}">
 
Didi
Telerik team
commented on 21 Aug 2025, 01:15 PM

Tags
TabView
Asked by
Sébastien
Top achievements
Rank 1
Iron
Answers by
Vivek
Top achievements
Rank 1
Iron
Share this question
or