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: 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: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: 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 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: 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: 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: 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: 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: 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: 13 Nov 2023 08:21 by ADMIN

Using Telerik UI for .Net MAUI v1.0.1 with latest version MAUI 6.0.400 (Service Release 1) and Visual Studio 2022 17.3.0 Preview 2.0 generates an error,

Severity Code Description Project File Line Suppression State
Error PRI175: 0x80073b0f - Processing Resources failed with error: Duplicate Entry. MauiAppTest C:\Samples\MauiAppTest\MauiAppTest\WINAPPSDKGENERATEPROJECTPRIFILE 1

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: 15 Nov 2023 08:59 by ADMIN
Release 6.5.0

Error clang++ exited with code 1:

ld: in /Users/.../Library/Caches/Xamarin/mtbs/builds/SDKBrowserMaui/.../obj/x64/Debug/net7.0-ios/iossimulator-arm64/linker-cache/TelerikUI.a(TKChartAnnotation.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/.../Library/Caches/Xamarin/mtbs/builds/SDKBrowserMaui/.../obj/x64/Debug/net7.0-ios/iossimulator-arm64/linker-cache/TelerikUI.a'

clang: error: linker command failed with exit code 1 (use -v to see invocation) SDKBrowserMaui C:\Program Files\dotnet\packs\Microsoft.iOS.Sdk\16.4.7089\targets\Xamarin.Shared.Sdk.targets 1274

 

Steps to reproduce:

Run the SDKBrowser example from the Telerik UI for .NET MAUI 6.1.0 package following this instruction: https://www.telerik.com/blogs/running-ios-simulator-windows-net-maui

The paired Mac needs to have an Apple silicon (M1 or M2) chip.
Completed
Last Updated: 06 Dec 2022 11:08 by ADMIN
Release 3.0.0
Created by: Dimitrina P
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
5

To present content in an expandable container that can be easily expanded/collapsed by tapping on the header of the control.

Completed
Last Updated: 15 Mar 2023 12:10 by ADMIN
Release 5.1.0
Created by: Nathan
Comments: 2
Category: UI for .NET MAUI
Type: Bug Report
5

Hi team,

When deploying to certain platforms, under cetain circumstances, there is an exception that occurs in the DatePicker, TimePicker and a few other controls that rely on the same inner components. The stacktrace looks like it has to do with a default value for AppThemeBinding.

Thank you,

Nathan

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: 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: 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: 06 Jul 2022 10:56 by ADMIN
Created by: Garry
Comments: 2
Category: UI for .NET MAUI
Type: Feature Request
3

When you release your MAUI components, can you please provide well designed working sample projects so that your customers can get started quickly.

These projects should be fully working Line of Business (LoB) apps which is your target market i.e. customers like me.

These samples should connect to ReST Web API's (as is the case with all my KendoUI projects), with a login screen, and then desktop, tablet and mobile 'personalities' with navigation bar, hamburger side menu, caption, search, account drop down, CRUD etc... i.e. all the things modern apps have these days.

You should also produce a 'kitchen sink' app which demonstrates the use of every component in a simple 'app' without use of overly complex code which could confuse or intimidate your customers.

Remember, you are the experts, not your customers, else we would not be buying your products, we'd build our own. Help us to build cool products with your components.

If you have read the famous 'mythical man month', Brookes recommends buying components, especially big ones, the bigger the better. He means buying fully scaffolded, working, documented, easy to understand, application source code e.g. LoB projects which you are best placed to construct for our benefit. Progress has many excellent tech evangelists, I have watched their presentations, and I'd like to see these people involved in constructing these LoB sample apps, as their video presentation skills will also benefit your customers in understanding best practice for building LoB apps.

I hope this helps?

 

Kind Regards

Garry

 

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