Completed
Last Updated: 15 May 2024 06:59 by ADMIN
Release 7.0.0 (2024 Q2)
Created by: Daniel
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
12
implement a toggle button
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
Completed
Last Updated: 31 Jan 2024 07:55 by ADMIN
Release 6.7.0
Scheduler for .NET MAUI can display appointments in various view definitions - provide the option for the users to add new appointments as well as edit and delete appointments through built-in views.
Completed
Last Updated: 18 Oct 2023 06:38 by ADMIN
Release 6.3.0
Created by: Gerald McEvoy
Comments: 9
Category: UI for .NET MAUI
Type: Feature Request
44
Add Scheduler component for .NET MAUI
Completed
Last Updated: 11 Oct 2023 08:02 by ADMIN
Release 6.3.0
Created by: Berney
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
13
Currently, the only way to get a range slider control in .Net MAUI seems to be to roll my own, or buy into the SyncFusion suite. It doesn't seem like it would be a complicated thing to add, but maybe it's a bigger concern than I would guess given the cross platform nature of MAUI. IN any case, it's a needed control and I want to stay within one vendor's ecosystem.
Completed
Last Updated: 11 Oct 2023 08:02 by ADMIN
Release 6.3.0
Created by: Teddy
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
4
Your WPF input controls have a SelectionOnFocus enum that describes the behavior when a user gives focus to one of those controls. Can that functionality be added to RadEntry in MAUI?

In addition, as a workaround, I tried adding this code to a RadEntry's Focused event to try to select all text:
private void OnEntryFocused(object sender, FocusEventArgs e)
{
    if (sender is RadEntry entry && !string.IsNullOrEmpty(entry.Text))
    {
        entry.CursorPosition = 0;
        entry.SelectionLength = entry.Text.Length;
    }
}
With this code, the first time I click into the entry, it selects all text as expected, but then when I click out of it and click in again, it doesn't select all text. It just places the caret where I clicked. Then I click out and click back in again and it selects all the text, then the next time, it doesn't work. So it goes back and forth between selecting all text and placing the caret where I clicked.
Completed
Last Updated: 03 Oct 2023 08:03 by ADMIN
Release 6.2.0
Created by: Denis
Comments: 3
Category: UI for .NET MAUI
Type: Feature Request
4

I know you are all working on this and are addressing the breaking changes between preview7 to RC1, I wanted to open this Feature Request so that I can be immediately notified when UI for MAUI RC1 support is ready to download and use.

Thank you,

Denis

Completed
Last Updated: 18 Aug 2023 09:44 by ADMIN
Release 6.1.0
Created by: Prabhav
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
4
Provide support for preview version of .NET 8
Completed
Last Updated: 07 Jun 2023 08:07 by ADMIN
Release 5.2.0
Created by: Don
Comments: 7
Category: UI for .NET MAUI
Type: Feature Request
19

It would be really nice to have a RichTextBox control for .NET MAUI that worked on all platforms including Windows and Mac. I'm trying to migrate an application from WPF to MAUI and MAUI simply does not have a RichTextBox equivalent.

Telerik had something already for Xamarin called RichTextEditor but I believe it only works on iOS/Android and not Mac/Windows.

If you could do it quickly, you'd actually be the first company to have one as well, as from what I have been able to glean from my research, no company offers one as of yet, hence my predicament.

Thanks!

Completed
Last Updated: 07 Jun 2023 07:58 by ADMIN
Release 5.2.0
Created by: Nathan
Comments: 20
Category: UI for .NET MAUI
Type: Feature Request
38
PDFViewer control would be great to have in MAUI
Completed
Last Updated: 07 Jun 2023 07:50 by ADMIN
Release 5.2.0
Created by: Nathan
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
11
Conversational UI control would be great to have in MAUI
Completed
Last Updated: 07 Jun 2023 07:49 by ADMIN
Release 5.2.0
Created by: Johnny
Comments: 7
Category: UI for .NET MAUI
Type: Feature Request
28

Hi there, 

just realized that Telerik MAUI UI doesn't have a Calendar/Scheduler control, quite surprised. Is this kind of control already on your road map? When will it be available? We need it mainly for macOS and iOS.

Regards

Completed
Last Updated: 07 Jun 2023 07:42 by ADMIN
Release 5.2.0
Created by: Rolf
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
6

Currently you have the SlideView control for UI for Xamarin, see Xamarin SlideView Documentation | Overview - Telerik UI for Xamarin.

I would like to have this control for UI for .NET MAUI, can you please add it to the backlog?

Thank you,

Rolf

Completed
Last Updated: 07 Jun 2023 07:41 by ADMIN
Release 5.2.0
Created by: Dmitry
Comments: 6
Category: UI for .NET MAUI
Type: Feature Request
28
TreeView is very wellcome for .NET MAUI
Completed
Last Updated: 18 Jan 2023 14:09 by Jared
Release 5.0.0
Created by: Jared
Comments: 2
Category: UI for .NET MAUI
Type: Feature Request
16

Hi Team,

This is specifically a request for you to bring over the SignaturePad control from UI for Xamarin either as as a compatibility shim, or as a new native MAUI handler.

Regards,

Jared

Completed
Last Updated: 18 Jan 2023 14:01 by Marc
Release 5.0.0
Created by: Manish
Comments: 3
Category: UI for .NET MAUI
Type: Feature Request
11

Hi Team,

Please introduce the ImageEditor component to Telerik UI for.NET MAUI

Thank you,

Manish

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.
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

Completed
Last Updated: 16 Dec 2022 14:30 by ADMIN
Created by: Nate
Comments: 4
Category: UI for .NET MAUI
Type: Feature Request
0
I had previously used localization with a dataform in xamarin, however, this is no longer supported in Maui. Are you planning on adding localization support in the future, or is there a known work around I could use?
Completed
Last Updated: 07 Dec 2022 07:27 by ADMIN
Release 3.0.0
Created by: Ben
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
0

Hello,

We are looking to port an existing Xamarin Forms app to MAUI. Can you please confirm that the RadAutoComplete control will be available? e.g.

<ContentPage
    xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
    xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
    xmlns:telerikInput="clr-namespace:Telerik.XamarinForms.Input;assembly=Telerik.Maui.Controls.Compatibility">

       <telerikInput:RadAutoComplete />

Thanks.

1 2