Duplicated
Last Updated: 06 Jul 2022 11:12 by ADMIN
Created by: Manish
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
3

Hi Team,

Please introduce a SignaturePad control to Telerik UI for Maui.

Manish

Completed
Last Updated: 18 Oct 2022 14:26 by ADMIN
Release 3.0.0
Created by: SturmA
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
3
Add DataForm for .NET MAUI component - it should provide validation and multiline text editor amongst the other editors.
Unplanned
Last Updated: 25 Jan 2023 06:26 by Tavi
Created by: Tavi
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
3
I use Gantt in a WPF app. We will need the same control for MAUI in the desktop apps, and an abbreviated UI/UX control set on the mobile device as we are targeting Android and iOS. 
Unplanned
Last Updated: 27 Nov 2023 09:15 by Nico
Created by: Nico
Comments: 4
Category: UI for .NET MAUI
Type: Feature Request
3
For desktop users, it would be great if the Entry field of the Date/DateTime/Time Picker (which is currently readonly) had a MaskedInput mode so they can enter the date directly with the keyboard
Unplanned
Last Updated: 12 Apr 2023 13:08 by Scott
Created by: Scott
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
2
Add Header and Footer template in AutoComplete control.
Completed
Last Updated: 18 Jan 2023 12:43 by ADMIN
Release 5.0.0
Created by: Hanoch
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
2
Progress bar with different shapes. For example: horizontal and circular.
Unplanned
Last Updated: 15 Sep 2022 14:57 by Hanoch
Created by: Hanoch
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
2

Hi Team,

Currently, Telerik UI for MAUI works implicitly with the standard MSIX packaged WinUI 3 app. However, if I manually bypass that and use msbuild to build an unpackaged, self-contained exe, some of the resources are not embedded.

This feature request is for UI for MAUI to implicitly support unpackaged apps without the developer needing to do anything for the destination environment (fonts, etc.)

Unplanned
Last Updated: 18 Nov 2022 12:30 by Component
Created by: Component
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
2
add calculator control
Completed
Last Updated: 18 Jan 2023 12:28 by ADMIN
Release 5.0.0
Created by: Gerard
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
2

Hi Team,

Although UI for MAUI does not have a Calendar/Scheduler control... you're still forcing us to declare a NSCaldendarsUsage permission in info.plist because of some old code inside the native iOS static library inherited from UI for Xamarin.

I have some requests/comments for you:

  • Please remove this from the native iOS static library, there is no use for it at the moment.
  • If you plan on bringing the old Xamarin Calendar to the MAUI with the new handler architecture; please split up the iOS libraries so that the Calendar's use of this API can be linked out during compilation.
  • If you are going to build a new calendar/scheduler using modern MAUI layers; please allow non-Calendar consumers to not require any permissions that Calendar may need.

I do understand that if I'm not using the Calendar in my app, the user will not be explicitly asked to approve permissions. However, this is unacceptable excuse because my org's application only uses the RadListView, but we still have to show that the calendar is a potential access point in the permissions manifest.  In the world of security conscious users and enterprise security audits, this explanation is tiresome to hold up.

We've known about this problem for many years, and hopefully .NET MAUI can be a fresh break away from the headaches of Xamarin.

Thank you for your time and consideration,

Gerard

Unplanned
Last Updated: 14 Apr 2023 10:10 by ADMIN
Created by: Tavi
Comments: 2
Category: UI for .NET MAUI
Type: Feature Request
2
Provide a property grid control.
Unplanned
Last Updated: 06 Jun 2023 11:21 by Uvin
Created by: Uvin
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
2

Changing the current culture of the application on the fly does not affect the UI components of the current page. Consider the following scenario: the user selects a preferred language from a list. The application changes the current culture dynamically on the fly:

CultureInfo.CurrentCulture = someCulture;
CultureInfo.CurrentUICulture = someCulture;

This does not update the UI of the current page in any way. All of the UI components are displayed with the language of the original culture. The only way to see them translated to the new language is to reload the entire page.

Duplicated
Last Updated: 15 Jun 2023 05:48 by ADMIN

Currently for all controls I have to have a separate control for the label of the control.  Its annoying.

It would be nice if each of your controls had a Header property and a Control Template property that allows automatic layout of the Header in relationship to the control

So

Enter Name

_______________

It would be one control not currently 2.

 

In addition if the control layout would allow for something like material layout that would be a huge bonus - see below how the Note in the input field moves to the top of the layout.

 
Unplanned
Last Updated: 01 Jun 2023 19:36 by Joseph

Hi Team,

I prefer C#, so I am looking for resources that are not using XAML. Can you please make a duplicate of all your demos and documentation mentions so that we can toggle between XAML and C#.

Thank you

Joesph

Completed
Last Updated: 20 Mar 2024 07:46 by ADMIN
Release 6.5.0
Created by: Prabhav
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
2
Provide Support for Telerik UI for .NET MAUI in .NET 8
Unplanned
Last Updated: 04 Jul 2022 13:40 by Yana
Created by: Yana
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
2
Add a visual keyboard component rendered on the screen that mimics keyboard interactions (instead of the system keyboard).
Unplanned
Last Updated: 11 Oct 2023 11:23 by ADMIN
Created by: Claudio
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
2
It would be glad to have a SplitButton component as done in Blazor.
Unplanned
Last Updated: 06 Oct 2023 07:57 by Nelson
Created by: Nelson
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
2
I want to change the clear button icon in RadEntry

For example the RadComBoBox has ClearButtonStyle, while RadEntry has separate properties for clear button color, hover: https://docs.telerik.com/devtools/maui/controls/entry/styling#clear-button-style and no text property
Unplanned
Last Updated: 31 May 2022 08:56 by ADMIN
can't resolve RadDockLayout.

This is the specific error:../MainPage.xaml(3,3): Error XFC0000: Cannot resolve type "http://schemas.telerik.com/2022/xaml/maui:telerik:RadDockLayout". (XFC0000) (MOBLZ_MAUI) XamlC

Workaround: 
add x:name to controls
Unplanned
Last Updated: 21 Dec 2023 21:47 by ADMIN
Created by: Vivek
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
2

I would like to see a new feature in the RadComboBox for "Select All" functionality.

Here is the general functional paradigm I'm hoping to see.

1. All Selection

  • If user checks Select All, it should display every item in the list as checked
  • If user unselected All then every item should be unchecked.

2. Partial Deselection

  • If user unselect only one item, then it should only unselect that item, but also uncheck the "Select All" checkbox, while leaving the reaming items still checked.
Completed
Last Updated: 06 Jul 2022 10:46 by ADMIN
Created by: Daniel
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
2
For telerikInput:RadEntry how I make to be password