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.
Unplanned
Last Updated: 31 Mar 2025 10:27 by Hanoch
There is a memory leak in the TreeView on iOS/MacCatalyst - when the TreeView control is on the page, the page does not dispose when GC runs.
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.
Unplanned
Last Updated: 28 Mar 2025 14:28 by Mohanraj

When having a TreeView with ItemTemplate and adding the TapGesture on ItemTemplate, the scrolling on mobile stops working. 

Workaounrd:

Add the tap gesture only on a label, not to the complete item template.

Unplanned
Last Updated: 28 Mar 2025 08:12 by Hanoch

When using ImageButton inside a CellTemplate, the image does not display initially. When you resize the window image is displayed. 

 

Workaround:

Use Image instead of ImageButton

 

Unplanned
Last Updated: 27 Mar 2025 10:26 by Craig

Color fades on scale transition to minimize or maximize other than 100% when corner radius is set to specific values. For example:

1,0,0,1,
1,1,0,0,
0,1,1,0
0,0,0,1, etc

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. 
Unplanned
Last Updated: 25 Mar 2025 08:48 by ADMIN

When adding templated  buttons in a ScrollView and the ScrollView width is the same as the buttons width, i cannot scroll the view with the buttons, click/tap gesture occurs, and this blocks the scrolling

	<ScrollView HeightRequest="100 " WidthRequest="44"
				ios:ScrollView.ShouldDelayContentTouches="false">
		<Grid ColumnDefinitions="44">
			<Grid.RowDefinitions>
				<RowDefinition></RowDefinition>
				<RowDefinition></RowDefinition>
				<RowDefinition></RowDefinition>
				<RowDefinition></RowDefinition>
				<RowDefinition></RowDefinition>
				<RowDefinition></RowDefinition>
			</Grid.RowDefinitions>
			<telerik:RadTemplatedButton Content="123" x:Name="btn"
                                     WidthRequest="44"
                                     HeightRequest="44"
                                     Grid.Row="0" />
			<telerik:RadTemplatedButton Content="456"
                                     WidthRequest="44" x:Name="tembutton"
                                     HeightRequest="44"
                                     Grid.Row="1" />
			<telerik:RadTemplatedButton Content="789"
                                     WidthRequest="44" x:Name="templated"
                                     HeightRequest="44"
                                     Grid.Row="2" />
			<telerik:RadTemplatedButton Content="012" x:Name="temp"
                                     WidthRequest="44"
                                     HeightRequest="44"
                                     Grid.Row="3" />
			<telerik:RadTemplatedButton Content="345" x:Name="button"
                                     WidthRequest="44"
                                     HeightRequest="44"
                                     Grid.Row="4" />
			
		</Grid>
	</ScrollView>

Unplanned
Last Updated: 24 Mar 2025 15:20 by Teddy
When DataGrid is grouped and applying filtering, aggregates footer appears in the cells
Unplanned
Last Updated: 21 Mar 2025 15:17 by Teddy
expand a row and collapse it. Or expand a few rows, scroll around a bit, and then collapse one. You can get into some weird situations. Gray background over the group, row background and alternate styles are reset. 
Unplanned
Last Updated: 21 Mar 2025 14:37 by Teddy

Some data is missing from the UI when grouping is applied and then filter the data. 

If you ungroup, the items are displayed.

Declined
Last Updated: 21 Mar 2025 14:05 by ADMIN
When entering a cell in edit mode its value is displayed on the next cell and the cell editor template uses MaskedEntry.
Unplanned
Last Updated: 21 Mar 2025 13:52 by Teddy

Starting with v10, all groups except the last, get a blank, empty row.

If you toggle off the grouping, the empty rows go away, but once you put the grouping on, these empty rows show up again.

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 
Unplanned
Last Updated: 21 Mar 2025 11:23 by Teddy

Keep the data grouped, make the window a bit smaller so you have a decent amount of rows to scroll through, and using your mouse wheel, scroll up and down quickly. Eventually you'll notice that the grid will start to bounce a bit. For example, you'll scroll down and then without scrolling the mouse wheel up at all, it'll jump back up a few rows on its own.

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

1 2 3 4 5 6