Unplanned
Last Updated: 2 Apr 2025 08:06 by Juraj

I have TabView which contains multiple tabs and tabs contains ScrollView with multiple entry elements.

After click on entry keyboard on android in the first tab, the content moves so you can see what to type in the input.

For all other tabs, the keyboard covers the entry.

Unplanned
Last Updated: 2 Apr 2025 06:09 by ADMIN
Created by: Greg
Comments: 10
Category: ImageEditor
Type: Feature Request
16

This is a feature request for an annotations layer that provides lines, shapes, text, etc.

These annotations:

  • Should not embedded into the bitmap until the image is saved (or otherwise flattened).
  • Should be importable/exportable as JSON data so that the developer can load/save the annotations separate from the image.

As an example of these features, see Techsmith's SnagIt Editor app.

Unplanned
Last Updated: 2 Apr 2025 06:06 by ADMIN
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.
Unplanned
Last Updated: 31 Mar 2025 09:25 by Gerry
Created by: Jim
Comments: 1
Category: PDFViewer
Type: Feature Request
2

Provide support to display highlight annotation in the PDF Viewer. Currently, the highlight color is displayed but the text is missing.

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

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: 24 Mar 2025 10:48 by Legrand
Created by: Taylor
Comments: 2
Category: CollectionView
Type: Feature Request
7
Provide keyboard navigation support for CollectionView
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.

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.

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.

Unplanned
Last Updated: 17 Mar 2025 13:54 by Vaibhav

Provide an option to close the popup / drop-down when selecting (highlighting) an item. This is in case I do not want to use the OK button to select an item. 

 

similar to the maui picker control.

Unplanned
Last Updated: 13 Mar 2025 12:08 by ADMIN

Begin editing the first cell firs column
Without closing the cell editor, scroll down to the last cell, the first cell should exit the viewport.
Start editing the last cell.
Scroll back up to the first cell

The content inside the first cell is missing.

The content should be there.

Unplanned
Last Updated: 12 Mar 2025 15:24 by Quoc
Created by: Hanoch
Comments: 1
Category: DataGrid
Type: Feature Request
1
 I need to change the size of the DataGrid scrollbars to be wider and customize their color.
Unplanned
Last Updated: 12 Mar 2025 11:52 by Hanoch
Created by: Hanoch
Comments: 0
Category: GridSplitter
Type: Feature Request
2

When resizing the grid using the GridSplitter, I would like to limit the area that is resized. 

For example setting a min width to the Grid and cannot resize it under this value.

Unplanned
Last Updated: 11 Mar 2025 11:29 by Rich
Provide an event that occurs when the content in the DataGrid is drawn. 
Unplanned
Last Updated: 10 Mar 2025 10:44 by ADMIN
Created by: Hanoch
Comments: 3
Category: DataGrid
Type: Bug Report
3
when loading same page without navigating to another page, there are some left instances of the DataGrid and the memory increase. 
1 2 3 4 5 6