In Development
Last Updated: 24 Sep 2023 22:57 by Kai
Created by: Denis
Comments: 1
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

Unplanned
Last Updated: 21 Sep 2023 11:56 by Andrea
Currently, the supported projection is Mercator projection. Provide an option to read shapefiles with different projection. 
Unplanned
Last Updated: 21 Sep 2023 10:38 by ADMIN
Created by: Nico
Comments: 1
Category: Calendar
Type: Feature Request
1

Please provide the option to display week numbers like here

https://docs.telerik.com/kendo-ui/controls/calendar/week-numbers

Unplanned
Last Updated: 21 Sep 2023 07:35 by Mark
Created by: Funny
Comments: 2
Category: UI for .NET MAUI
Type: Feature Request
7
Currently Telerik MAUI controls doesn't seem to support Light and Dark Themes(Modes). It will be really helpful to have this feature built in the controls or through styles supported by those controls so that these controls blend in nicely with the Light and Dark Themes supported by the app.
Unplanned
Last Updated: 19 Sep 2023 14:33 by Scott
Created by: JP
Comments: 2
Category: ListView
Type: Feature Request
4
Provide a way to set header and footer that are always visible in the ListView and are excluded from the scrolling.
Currently the property exists only for GroupHeaders. I want to have the same option for the HeaderTemplate. 
Unplanned
Last Updated: 19 Sep 2023 14:04 by Ilker

Provide a style property for the text in grouping panel. Currently you can style the border, background color and change the header text of the panel. For example:

<Style TargetType="telerik:DataGridGroupingPanel">
    <Setter Property="BackgroundColor" Value="Red"/>
    <Setter Property="HeaderText" Value="Hello to group"/>
    <Setter Property="CornerRadius" Value="10"/>
    <Setter Property="BorderThickness" Value="2"/>
    <Setter Property="BorderColor" Value="Blue"/>
</Style>

Unplanned
Last Updated: 18 Sep 2023 09:17 by Nico

Currently, the ButtonToolbarItemView supports the following visual states:

  • Normal
  • Disabled
  • Selected
  • PointerOver

There is no visual state to indicate that the button is currently in a Pressed state. Implementing this visual state would be beneficial when styling the toolbar item.

In Development
Last Updated: 14 Sep 2023 07:31 by ADMIN
Created by: Hanoch
Comments: 3
Category: TreeView
Type: Feature Request
1
Provide an option to load subitems only when they’re requested - load on demand
Unplanned
Last Updated: 14 Sep 2023 05:33 by Chris
Created by: Chris
Comments: 0
Category: ItemsControl
Type: Feature Request
0
Similar to the RadListView Layout definition, I want to visualize the items in the ItemsControl in a horizontal stack; wrapping them by using WrapLayout or in a grid layout. 
Unplanned
Last Updated: 11 Sep 2023 13:43 by Ilker
DataGridBorderStyle and DataGridCellStyle classes do not support property binding.
Unplanned
Last Updated: 07 Sep 2023 12:21 by Florian
Created by: sorg
Comments: 2
Category: UI for .NET MAUI
Type: Feature Request
5
I'm looking for a control for .net maui for cross-platform desktop development that lets you resize the different sections of your user interface like the GridSplitter control does in WinUI.
Unplanned
Last Updated: 04 Sep 2023 11:07 by ADMIN

Currently the SuggestionView does not stay open all the time

I can get it to open on focus by running this code and attaching it to the Focused event

    Focused += SupporterAutoCompleteSearchBar_Focused;

    private void SupporterAutoCompleteSearchBar_Focused(object sender, FocusEventArgs e)
    {
        ShowSuggestions();
    }
 but if I type in the search bar, like a letter "a", and then backspace to get rid of it so I'm left with an empty string, the SuggestionView disappears. The SuggestionView also disappears if I assign a new list, such as through the Remote Search feature in the documentation while the search text is an empty string. I have gotten around these two issues by adding a dispatcher that will call ShowSuggestions(); after 100 milliseconds but I get this flicker effect where the SuggestionView disappears and then comes back again. It's very jarring.

I have looked in the decompiled RadAutoComplete class in visual studio and it looks like the code is set up so the SuggestionView disappears when the Text is null or empty. I would like a bindableproperty for this control that always keeps the SuggestionView open or a workaround that doesn't cause the SuggestionView to disappear in the above circumstances
Need More Info
Last Updated: 30 Aug 2023 06:35 by ADMIN
Created by: Xingyu
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
0
When testing Telerik UI for .NET MAUI, I found that the column names of the DataGrid do not support Chinese. Is there a solution?
In Development
Last Updated: 28 Aug 2023 15:04 by ADMIN
Created by: Brett
Comments: 0
Category: WrapLayout
Type: Feature Request
1

Hi Team,

The RadWrapLayout is missing from the Visual Studio Toolbox:

Can you please add it in an upcoming update?

Thank you,

Brett

Completed
Last Updated: 28 Aug 2023 13:01 by Teddy
Release 6.1.0
Created by: Teddy
Comments: 3
Category: ComboBox
Type: Feature Request
2

We would like to be able to override the behavior of the Clear button in the editable combo box.

When the user has started typing into an editable combo box, and they click the Clear button before they've selected another item, we want to revert their text to what was in there before they started typing and keep the previously selected item selected, rather than clearing the text and selected item.

If you can add that functionality, even better, but it should be enough to just expose the Clear button's Click event (with a Cancel param or another way to ensure the text isn't cleared), so we can override the current functionality.

Planned
Last Updated: 24 Aug 2023 09:25 by ADMIN
Scheduled for R3 2023
Created by: Berney
Comments: 1
Category: UI for .NET MAUI
Type: Feature Request
12
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: 21 Aug 2023 15:01 by ADMIN
Created by: Mattias
Comments: 2
Category: DataGrid
Type: Feature Request
4
For efficient data entry, users would expect to be able to use arrows/enter to navigate the grid and not just click to edit.
Unplanned
Last Updated: 21 Aug 2023 14:59 by Glenn
Created by: Glenn
Comments: 0
Category: CheckBox
Type: Feature Request
1

Hi Team,

With CheckBoxes and RadioButtons, there is a concept of Button GroupName... where if belonging to a group, a selection is mutually exclusive to that group.

Here is the official docs from Microsoft for the same feature in WPF => https://learn.microsoft.com/en-us/dotnet/api/system.windows.controls.radiobutton.groupname?view=windowsdesktop-7.0 

Thank you,

Glenn

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
3
Provide support for preview version of .NET 8
Completed
Last Updated: 18 Aug 2023 09:44 by ADMIN
Release 6.1.0

Provide an option to modify the ComboBox so there is no space between the ComboBox and the dropdown.

1 2 3 4 5 6