Unplanned
Last Updated: 11 Jun 2024 15:18 by ADMIN
Please implement the ability to use shapes next the appointment text just like we can in Xamarin for telerik:RadScheduler month view.
Unplanned
Last Updated: 07 Jun 2024 11:35 by ADMIN
Created by: JoPi
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
0

Hi,

I wanted to request a feature for the .net maui datagrid.  I would like if it were possible to merge cells across rows when they have the same value.  For example, I use the datagrid to display events and it would be so much more readable if all the events that were on the same day (date) showed the date cell just once merged across a few rows rather than duplicating it multiple times.

Thanks

Unplanned
Last Updated: 04 Jun 2024 14:28 by Taylor
Created by: Taylor
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
0
Provide keyboard navigation support for CollectionView
Unplanned
Last Updated: 04 Jun 2024 14:13 by Taylor
Created by: Taylor
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
0
Enable keyboard navigation for the control.
Unplanned
Last Updated: 30 May 2024 12:53 by Andrew
Created by: Andrew
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
1
It should provide a way to set its size or wrap the text.
Unplanned
Last Updated: 03 May 2024 10:26 by Pavani
Created by: Pavani
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
1
TreeMap control will easily allow the end-user to understand the complex proportions that a set of data can have for its records.
Unplanned
Last Updated: 02 May 2024 10:48 by Shengjie
Created by: Shengjie
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
0

Add a VS Item Template for Login screen as in Telerik UI for Xamarin: VIsual Studio Item Templates.

Unplanned
Last Updated: 24 Apr 2024 12:52 by ADMIN
Created by: Shane
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
0

Hi,

Do you have on your roadmap to include a Shimmer View / Control as part of your .NET MAUI offerings to tidy up a screen loading indication.

From a UI/UX perspective, a shimmer sits better with our user community rather than a loading indicator.

Thank you,

Shane

 

Unplanned
Last Updated: 22 Mar 2024 22:08 by Vaibhav
Created by: Vaibhav
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
1

The Bottom Sheet component provides an intuitive way to display additional content to the users. It appears on the bottom of a screen as an overlay and presents users with a choice of actions that they must take.

Unplanned
Last Updated: 21 Mar 2024 08:29 by JoPi
Created by: JoPi
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
1
Users should be able to control the Expander using the keyboard on Desktop.
Unplanned
Last Updated: 21 Mar 2024 08:25 by JoPi
Created by: JoPi
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
0
Users should be able to control the Accordion using the keyboard on Desktop.
Unplanned
Last Updated: 21 Mar 2024 08:59 by ADMIN
Created by: Dennis
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
3

Progress/Telerik --

I would like Telerik to extend the Microsoft .NET MAUI MediaPicker control to support the selection of MULTIPLE Photos and/or Videos from the Image Gallery.

I believe this is a reasonably standard scenario for use cases where the user takes multiple Photos or Videos with the Camera and then would like to upload them to a server for storage in a web app and database.

The current Microsoft MediaPicker supports the selection of a SINGLE item only.

.NET MAUI - Platform Integration - Media - Photos and Videos

And while there are several GitHub libraries that have done this for Xamarin.Forms (and rely on Xamarin.Essentials), they are either archived or not updated in a timely manner like a 3rd Party - Paid For - Control would be.

Even Telerik/Progress has recently done a Blog Post on how to use the Microsoft Control - Leomaris Reyes published this:

Getting Started with the Media Picker in .NET MAUI

Also, I believe this Feature Request is asking for the same feature:

https://feedback.telerik.com/maui/1552553-upload-images-file-via-in-net-maui

Now, for me personally, I only need multiple image selection.  So, if that's easier without the support for the other pieces, I would be happy.  To be complete, I'm thinking others would need to select multiple videos.

From Ms. Reyes Blog Post....

private async void TakePhoto(object sender, EventArgs e)
{
  FileResult photo = await MediaPicker.Default.PickPhotoAsync(new MediaPickerOptions
  {
    Title = "Select your photo"
  });
                  
  // Here, add the code that is being explained in the next step.
                   
}


The new control would have something like this:

private async void TakePhoto(object sender, EventArgs e)
{
  IEnumerable<FileResult> photos = await RadMediaPicker.PickPhotosAsync(new MediaPickerOptions
  {
    Title = "Select your photos"
  });
                  
  // Here, add the code to loop through and process the selected images
                   
}

 

Please let me know if you require additional information.

Unplanned
Last Updated: 15 Mar 2024 11:15 by Remco
Created by: Remco
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
1
We need a stepper control (like in blazor https://demos.telerik.com/blazor-ui/stepper/overview )
Unplanned
Last Updated: 31 Jan 2024 12:03 by ADMIN
Unplanned
Last Updated: 06 Feb 2024 10:38 by ADMIN
Created by: Hanoch
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
1
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.
Unplanned
Last Updated: 15 Dec 2023 14:35 by ADMIN
Created by: David
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
0

Although Maui has SpreadProcessing, it lacks a matching control. For the very different WPF platform you have one I use, and it would be helpful in Maui to display and readily edit class instances with numerous properties. I realize it would be a challenge to fit into mobile screens, but I do hope you will consider it, as I am trying to get all my current WPF features into my Maui work-alike. Thank you.

David Pressman

Unplanned
Last Updated: 20 Nov 2023 09:12 by ADMIN
Created by: Hanoch
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
1
I want to implement Captcha in case of some failure in login.
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: 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.
1 2 3 4