Unplanned
Last Updated: 13 Feb 2024 12:22 by Amitesh
NSInternalInconsistencyException Reason: Invalid batch updates detected error is thrown in the ListView if you update the ItemsSource (clear it and add new items) simultaneously  ( from separate threads, by receiving messages through MessagingCenter)
Unplanned
Last Updated: 12 Dec 2023 16:33 by Jesserine
Created by: Shawn
Comments: 8
Category: DataGrid
Type: Feature Request
20
My mobile app requires that my data grid have frozen columns on the left that do NOT scroll horizontally.  This is useful when the first column might be an ID column or a Date column that the user always needs to see when scrolling through the other data columns.
Unplanned
Last Updated: 19 Nov 2023 12:43 by Shalin
Created by: Shalin
Comments: 0
Category: Calendar & Scheduling
Type: Feature Request
1
Provide a way to display all-day appointments by expanding the all-day area
Unplanned
Last Updated: 19 Nov 2023 12:40 by ADMIN
Currently all-day appointments that last for more than a day are visualized in the all-day area of MultiDayView as separate shapes  - provide a way to render them as continuous shapes.
Unplanned
Last Updated: 10 Nov 2023 13:13 by ADMIN
Created by: Ishani
Comments: 2
Category: ComboBox
Type: Feature Request
1
I want to update ItemsSource on textchanged event. 
Unplanned
Last Updated: 30 Oct 2023 07:44 by Afshin
Created by: Afshin
Comments: 0
Category: DataGrid
Type: Feature Request
0
Provide a RowStyleSelector property to the DataGrid control.
Unplanned
Last Updated: 31 Jul 2023 05:37 by ADMIN
ADMIN
Created by: Lance | Manager Technical Support
Comments: 9
Category: Calendar & Scheduling
Type: Feature Request
17
While in DayView (or any other appropriate view), allow for appointments to be draggable to another time slot for rescheduling. 
Unplanned
Last Updated: 19 Jul 2023 11:18 by ADMIN
Created by: Tom
Comments: 20
Category: ImageEditor
Type: Feature Request
29
The image editor is a great start, but missing a critical feature - image drawing / annotation. The ability to draw lines, shapes or text onto an image. Should allow this to be done when pinch / zoom is in progress. Items drawn should be amendable until saved. Opportunity to retrieve the annotation only data separately to the image so you can preserve the original.
Unplanned
Last Updated: 29 Jun 2023 19:34 by Christopher

Provide an option to programmatically reset the ordering of the columns in the DataGrid after reordering them using the Options-> more button

 

There isn't a command which can be used for resetting the column reorder.

Unplanned
Last Updated: 26 Jun 2023 05:48 by Jiri
I need suggestion view wider than entry. Provide SuggestionView width property for AutoComplete. 
Completed
Last Updated: 08 Jun 2023 08:15 by ADMIN
Release R2 2023
Created by: Stefan
Comments: 0
Category: DataGrid
Type: Feature Request
4
Add the ability to specify a Template that should be shown when the DataGrid is empty.
Unplanned
Last Updated: 31 May 2023 06:00 by Nathan
Created by: Nathan
Comments: 0
Category: SegmentedControl
Type: Feature Request
0
Provide an option to change the background color of the disabled segment. 
Unplanned
Last Updated: 05 Apr 2023 14:45 by JJ
Created by: JJ
Comments: 0
Category: TreeView
Type: Feature Request
1
 implement a cell Swipe-like behavior as exists in the ListView
Unplanned
Last Updated: 05 Apr 2023 13:58 by JJ
Created by: Nicola
Comments: 1
Category: UI for Xamarin
Type: Feature Request
5
The ability to drag and drop items within the same TreeView as well as to another TreeView instance.
Unplanned
Last Updated: 29 Mar 2023 18:01 by Rodney
Created by: Rodney
Comments: 0
Category: DataGrid
Type: Feature Request
1

Hi Team,

Currently, you have ScrollItemIntoView support. However, that does not work unless you have rows and a reference to the data item.

I need an explicit mechanism to pick a specific X/Y cell position, or at least a column index, that can be scrolled to so that I can have horizontal scrolling capability.

For example, imagine a DataGrid that has only one row, but a 100 columns, I would like to be able to do this:

// Option 1 - Use the ItemsSource column reference
var dataTableColumn = this.myDataTable.Columns[50];
this.MyDataGrid.ScrollIntoView(dataTableColumn);

// Option 2 - Better!  
// This supports any possible data source type
var telerikColumn = this.MyDataGrid.Columns[50];
this.MyDataGrid.ScrollIntoView(telerikColumn);

// Option 3 - Ideal
// Useful for every possible occasion
var x = 5;
var y = 12;
this.MyDataGrid.ScrollIntoView(x, y);

 

Completed
Last Updated: 27 Mar 2023 11:36 by ADMIN
ADMIN
Created by: Kiril Stanoev
Comments: 16
Category: UI for Xamarin
Type: Feature Request
12
Add a Map control to the product suite.
Completed
Last Updated: 14 Feb 2023 15:06 by ADMIN
Release R1 2023
ADMIN
Created by: Stefan Nenchev
Comments: 1
Category: SideDrawer
Type: Feature Request
5
We should consider exposing a property that will leave the side drawer opened even when you click on the main content. 
Completed
Last Updated: 27 Jan 2023 11:38 by ADMIN
Release R1 2023
ADMIN
Created by: Stefan Nenchev
Comments: 3
Category: DataGrid
Type: Feature Request
21

			
Unplanned
Last Updated: 26 Dec 2022 06:24 by ADMIN
Created by: Francisco Manuel
Comments: 14
Category: UI for Xamarin
Type: Feature Request
7

Do you have plans to develop controls for the UNO platform?

 

There are other companies that have already stated that they are working on it, for example,  

https://www.syncfusion.com/blogs/post/collaboration-syncfusion-uno-platform.aspx 

Unplanned
Last Updated: 19 Dec 2022 09:35 by Günter
For example inside the popup on first place the time selector could be defined.
1 2 3 4 5 6