Unplanned
Last Updated: 15 Jan 2025 15:31 by Itzik
Created by: Didi
Comments: 1
Category: CollectionView
Type: Feature Request
7

In the current CollectionView implementation, the CollectionView will start with all the groups expanded. The only way to have any form of preference is to programmatically interact with the DataView after-the-fact https://docs.telerik.com/devtools/maui/controls/collectionview/grouping/expand-collapse

Requested Feature
A better approach that I am requesting a feature for is to have a property available for the CollectionView that sets this value ahead of time.

For example, you could add it as a BindableProperty on the GroupDescriptor class and on the GroupDefinition is to have an IsExapanded property.
Unplanned
Last Updated: 15 Jan 2025 14:36 by Craig
Created by: Taylor
Comments: 1
Category: CollectionView
Type: Feature Request
6
Provide keyboard navigation support for CollectionView
Unplanned
Last Updated: 14 Jan 2025 21:12 by Craig
Created by: Craig
Comments: 1
Category: Toolbar
Type: Feature Request
11

Allow the control to

  1. receives focus using the Tab key
  2. display an indicator/border when a toolbar item receives focus
  3. have a tab stop for any of its buttons

Allow the user to:

  1.  tab into the control
  2.  tab out of the control without being trapped
  3. Shift + Tab navigate in reverse order correctly

The scenario should be implemented in the toolbar and inherited from the controls that use toolbar, like PDFToolbar

In Development
Last Updated: 14 Jan 2025 16:49 by ADMIN
Created by: Teddy
Comments: 0
Category: DataGrid
Type: Feature Request
8
When grouping in the DataGrid, add an option to align aggregates in group header based on the columns they are applicable
Unplanned
Last Updated: 14 Jan 2025 11:31 by Cameron
Created by: Cameron
Comments: 0
Category: Calendar
Type: Feature Request
2

Navigating around the Calendar control should be more intuitive and there should be more BindableProperty options for specifying the "semantic" hints provided by screen readers.

Now the behavior is as follow:

iOS –

  • When navigating through the days of the week, “Su” is read out instead of “Sunday” or “Mo” instead of “Monday”.
  • There are 4 options that are out of the component.

Android –

  • The month forward and backward buttons are announced as “button”.
  • Everything in the calendar picker (the days of the week and the dates itself) are announced as “rad calendar”.

Windows –

  • You can't get to the "Select date" string.
  • You can't get to the currently selected date.
  • You can't get to the month-year string.
  • The month forward and backward buttons are announced as "button".
  • You can't get to any of the dates in the calendar by using the arrow keys.
Unplanned
Last Updated: 14 Jan 2025 10:59 by Craig
Created by: Craig
Comments: 0
Category: PDFViewer
Type: Feature Request
11

Currently the PDF viewer has the following issues related to keyboard:

  1. The PdfViewer is not a tab stop and there is no way to scroll up or down.  There is also no paging, or functions to get to the top or bottom of the document.
  2. No way to use with keyboard only.          
Unplanned
Last Updated: 14 Jan 2025 10:44 by Craig
Created by: Craig
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
10
When the ComboBox has a focus , the focus visual only uses color change to indicate focus - bottom border color.  Accessibility requirements state that something other than color should be used.  Your other controls use a bottom border focus visual that increased thickness as well as changes color.   Please add such accessibility support for the ComboBox control. 
Unplanned
Last Updated: 14 Jan 2025 10:41 by Craig
Created by: Craig
Comments: 0
Category: ComboBox
Type: Feature Request
11
When the Microsoft Picker control receives focus you can open the popup by pressing the Enter keyboard key. Provide such option for the Telerik MAUI ComboBox control.
Unplanned
Last Updated: 13 Jan 2025 21:54 by Craig
Created by: Craig
Comments: 1
Category: ToggleButton
Type: Feature Request
13
At this time I cannot keyboard navigate tab into it, never gets focus.
Unplanned
Last Updated: 13 Jan 2025 21:33 by Craig
Created by: Teddy
Comments: 1
Category: TimePicker
Type: Feature Request
14

Allow for up/down arrows to step up/down the time element with the keyboard cursor. For example, if I have my keyboard cursor on the hours of a time, then pressing up would increase the hour by 1.

Keyboard support for the dropdown... Space to open, tab and/or arrows to cycle through and change the date/time.

 

Unplanned
Last Updated: 13 Jan 2025 18:40 by Craig
Created by: Craig
Comments: 1
Category: RangeSlider
Type: Feature Request
13
Provide an option to focus the control using the keyboard, also to move the slider range and thumbs
Unplanned
Last Updated: 13 Jan 2025 18:28 by Craig
Created by: Craig
Comments: 1
Category: NumericInput
Type: Feature Request
13
Provide an option to tab into the arrow buttons.
allow keys to increase/decrease the value
Unplanned
Last Updated: 10 Jan 2025 06:07 by David
Currently, when pressing Enter a new paragraph <p> is inserted. Provide a way to insert a new line <br> into RichTextEditor for MAUI.
Unplanned
Last Updated: 09 Jan 2025 17:13 by Alex

we would like to auto focus the RadRichTextView control to automatically pop up the keyboard.

Maui Community Toolkit have this functionality for all controls that implement ITextInput

Unplanned
Last Updated: 07 Jan 2025 16:29 by Nico
Created by: Nico
Comments: 0
Category: ImageEditor
Type: Feature Request
1

Hi Team,

There are several scenarios where a developer might want to intercept the image loading process to preform pre-processing before the ImageEditor initial loads up the data onto the canvas.

This feature is to ask that you either expose the processing as service, or an event handler/overridable method, where we can do this preprocessing.

Example

Just as a conceptual example, this Bug Report shows a current issue where the EXIF of the image data has a rotation that is not currently respected by the ImageEditor. As the developer, I could override the ImageEditor's "PrepareBitmap" method and handle the EXIF rotation ahead of time before the ImageEditor moves forward.

public override SkiaBitmap PrepareBitmap(SkiaBitmap originalBitmap)
{
    var rotatedBitmap = AutoOrient(originalBitmap, origin);
    return rotatedBitmap;
}

Thank you,

Nico

Unplanned
Last Updated: 07 Jan 2025 08:37 by Rich
Created by: Rich
Comments: 0
Category: DataGrid
Type: Feature Request
1
In the current DataGrid implementation, the DataGrid will start with all the groups expanded. The only way to have any form of preference is to programmatically interact with the DataView after data is presented in the control  https://docs.telerik.com/devtools/maui/controls/datagrid/grouping/expand-collapse 

Requested Feature
A better approach that I am requesting a feature for is to have a property available for the DataGrid that sets this value ahead of time.

For example, you could add it as a BindableProperty on the GroupDescriptor class and on the GroupDefinition is to have an IsExapanded property.
Unplanned
Last Updated: 02 Jan 2025 14:58 by Craig
Created by: Craig
Comments: 0
Category: Slider
Type: Feature Request
13
Currently when pressing the tab key, it skips over the sliders. and there isn't an ability to interact with the keyboard.
Allow to increase decrease the value
Unplanned
Last Updated: 02 Jan 2025 14:28 by Craig
can launch a popup from a button by pressing enter, but can’t exit the popup with just the keyboard. Provide an option to access elements inside the popup content
Unplanned
Last Updated: 02 Jan 2025 10:14 by Andy

When the source of an ImageEditor control is set to a URL that doesn't exist, the 404 causes an app crash. I'd think it'd display a broken image or somehow handle it rather than bubble up the crash.

for example null template, missing image template, etc.

Unplanned
Last Updated: 20 Dec 2024 14:02 by Maxime
Created by: Maxime
Comments: 0
Category: PDFViewer
Type: Feature Request
0

When using a screen reader on Android, iOS, WinUI, the reader do not reach the pdf document. Provide option for screen reader support.

1 2 3 4 5 6