In Development
Last Updated: 31 Mar 2025 12:19 by ADMIN
I have a ComboBox( a few actually) that is contained within a ScrollView. When I am clicked on the ComboBox and am using the arrow keys to navigate the ComboBox items, the ScrollView in the background also scrolls.
In Development
Last Updated: 28 Mar 2025 15:55 by ADMIN
The UI freezes when RadTabView is used as a parent container for RadCollectionView and the CollectionView is scrolled.
In Development
Last Updated: 26 Mar 2025 15:26 by ADMIN
Setting the ItemViewStyle to have a Margin of any value greater than zero makes the items height to increase continuously when scrolling. 
In Development
Last Updated: 21 Mar 2025 13:44 by ADMIN

cannot scroll using the < and > buttons when Overflow mode is Scroll

cannot tap on the dots button to open the drop-down on DropDown Overflow mode.

The issue happens in the PDF toolbar too.

In Development
Last Updated: 21 Mar 2025 13:19 by ADMIN

When using the back button of the NavigationButtonToolbarItem it does not work, so I cannot navigate back.

The behavior also happens in the PdfViewerSearchNavigationToolbarItem 

In Development
Last Updated: 21 Mar 2025 11:45 by ADMIN
Steps to Reproduce

1. Create a RadCollectionView with an ObservableCollection<ButtonModel> as the ItemsSource.

2. Use a DataTemplate inside RadCollectionView.ItemTemplate to display buttons.

3. Bind button properties (IsOddClick, IsEvenClick) that should change on click.

4. Click the button inside the RadCollectionView and observe that:

5. The text updates correctly, but part of it is cut off. It seems the text does not expand 
In Development
Last Updated: 20 Mar 2025 09:22 by ADMIN
NullReferenceException when entering the cell in edit mode, then refreshing the data, then enter the cell in edit mode and pressing the Enter key
In Development
Last Updated: 20 Mar 2025 09:18 by ADMIN
If you have a TreeView with LoadChildrenOnDemand enanled and CheckBoxMode set to "Recursive", when the user checks an unexpanded item ( which children are not loaded yet), the expand icon disappears and the user is not able to expand the item.
In Development
Last Updated: 19 Mar 2025 16:49 by ADMIN

The content inside the swipe template is missing when using MAUI 9.0.40 and Telerik MAUI 10.0.0

Workaround:

Use MAUI 9.0.30 and Telerik MAUI 10.0.0

In Development
Last Updated: 19 Mar 2025 16:49 by ADMIN

When having a RadCollectionView in the first tab for example, and switching tabs, the content inside the tabs does not update when scrolling the collectionview. When removing the RadCollectionView, the content updates.

This happens when using Telerik Maui 10.0.0 version and Maui 9.0.40

In Development
Last Updated: 19 Mar 2025 09:54 by ADMIN
When removing items from the collection's item source, the group header item count does not update real time. It only updates when the GroupContext is collapsed or expanded. This would also be an issue if items are added dynamically.
In Development
Last Updated: 14 Mar 2025 14:56 by ADMIN
Created by: Sanket
Comments: 1
Category: DataGrid
Type: Feature Request
8
Provide a RowStyleSelector property to the DataGrid control.
In Development
Last Updated: 13 Mar 2025 17:32 by ADMIN
Created by: Darwin
Comments: 0
Category: ComboBox
Type: Bug Report
0
The ComboBox has a leak on iOS and MacCatalyst, it can be observed even without opening it.
In Development
Last Updated: 13 Mar 2025 15:40 by ADMIN
There is a memory leak in the CollectionView on iOS/MacCatalyst - when the CollectionView control is on the page, the page does not dispose when GC runs. Same behavior happens with the RadListview.
In Development
Last Updated: 04 Mar 2025 17:05 by ADMIN

1. Bind the CheckedItems collection of the TreeView to the CollectionView ItemsSource.

2. there aren't any items in the TreeView initially.  Add items to it

3. Start checking the checkboxes

4. The items are added to the CollectionView, still they are not visible in the control.

 

In Development
Last Updated: 04 Mar 2025 15:50 by ADMIN

When a ComboBox editor is open in the DataGrid, one can use the arrow keys to go up and down the items of the combo in order to make a selection. When pressing Enter it is expected that the ComboBox gets closed and the DataGrid is still in edit mode for the same cell.

However, when the Enter is pressed - the ComboBox closes and the next row goes into edit mode - this behavior is erroneous.

In Development
Last Updated: 27 Feb 2025 13:24 by ADMIN

Having the following setup:

	<telerik:RadNavigationView x:Name="navigationView">
		<telerik:RadNavigationView.Items>
			<telerik:NavigationViewItem Text="Item 1" Position="Header" />
			<telerik:NavigationViewItem Text="Item 2" />
			<telerik:NavigationViewItem Text="Item 3" />
			<telerik:NavigationViewItem Text="Item 4" />
			<telerik:NavigationViewItem Text="Item 5" Position="Footer" />
		</telerik:RadNavigationView.Items>
		<telerik:RadNavigationView.Content>
			<Label HorizontalOptions="Center"
               VerticalOptions="Center"
               Text="{Binding SelectedItem.Text, Source={x:Reference navigationView}}" />
		</telerik:RadNavigationView.Content>
	</telerik:RadNavigationView>

and setting the header and footer position to the NavigationView item, the header and the footer are missing. This happens when using Telerik MAUI 10.0.0 version.

When using Telerik MAUI 9.0.0 the header and footer are displayed.

In Development
Last Updated: 25 Feb 2025 09:04 by ADMIN
Created by: Nikola
Comments: 0
Category: UI for .NET MAUI
Type: Bug Report
2
Application crashes when dismissing trial popup.
In Development
Last Updated: 24 Feb 2025 12:49 by ADMIN
When UseWindowSoftInputModeAdjust to Resize and keyboard closes, the CollectionView does not scroll.
In Development
Last Updated: 19 Feb 2025 08:33 by ADMIN
Scheduled for 2025 Q2
Created by: Teddy
Comments: 0
Category: DataGrid
Type: Feature Request
8
When grouping in the DataGrid, add an option to align aggregates in group header based on the columns they are applicable
1 2