Unplanned
Last Updated: 01 Jun 2023 19:36 by Joseph

Hi Team,

I prefer C#, so I am looking for resources that are not using XAML. Can you please make a duplicate of all your demos and documentation mentions so that we can toggle between XAML and C#.

Thank you

Joesph

Unplanned
Last Updated: 01 Jun 2023 11:00 by ADMIN

Hello,

it would be a very useful information when subscribing to the DataBindingComplete Command of a DataGrid to know whether for example a filter, sort, grouping had changed.

Currently, it is an internal Property

    public class DataBindingCompleteEventArgs : EventArgs
    {
        public IDataViewCollection DataView { get; internal set; }

        internal DataChangeFlags ChangeFlags { get; set; }

        internal DataBindingCompleteEventArgs()
        {
        }
    }

Regards

Unplanned
Last Updated: 01 Jun 2023 08:25 by Akesh Gupta
Support for relative source binding in the Listview ItemTemplate/SwipeTemplate
Unplanned
Last Updated: 31 May 2023 15:03 by Akesh Gupta
You should be able to swipe left or right from any part of the row and have it work, not just a very small unmarked section near each edge;
In Development
Last Updated: 30 May 2023 11:33 by ADMIN
Created by: Erik Damgaard
Comments: 0
Category: DataGrid
Type: Feature Request
1

Add the ability to specify a template when the ItemsSource is null or collection is empty.

 

As a solution until this feature is implemented:

Hide the DataGrid and show any content over it in the case its ItemsSource is empty.

Unplanned
Last Updated: 30 May 2023 05:58 by curtis
Provide options to rearrange, open, close tabs like in TabView for WinUI 3 https://learn.microsoft.com/en-us/windows/winui/api/microsoft.ui.xaml.controls.tabview?view=winui-2.8 

Similar to chrome browser tabs.

Unplanned
Last Updated: 26 May 2023 07:26 by David
Provide an option to remove the area that looks like header and footer in the Drawer content. 
Unplanned
Last Updated: 25 May 2023 14:15 by Angus
Created by: Angus
Comments: 0
Category: DataForm
Type: Feature Request
0
Provide an option to define validation and commit modes on editor level. Currently these properties are inherited from the DataForm.
Unplanned
Last Updated: 25 May 2023 13:50 by Angus
Created by: Angus
Comments: 0
Category: UI for .NET MAUI
Type: Feature Request
0
Add another mode for the pickers - edit mode, so the controls can be focused/unfocused.
Unplanned
Last Updated: 25 May 2023 06:29 by Aleksandra
Created by: Aleksandra
Comments: 0
Category: DatePicker
Type: Feature Request
1
Expose an IsOpenChanged event about DatePicker control.
Unplanned
Last Updated: 23 May 2023 07:28 by Hakob
Created by: Hakob
Comments: 0
Category: Entry
Type: Feature Request
0
Provide an option to change the cursor(caret) color for Entry, AutoComplete and ComboBox.
Unplanned
Last Updated: 22 May 2023 10:19 by Uvin
Created by: Uvin
Comments: 0
Category: TabView
Type: Feature Request
1
When setting FlowDirection property to the RadTabView the control behaves differently on different platforms. 
Provide right to left support. 
Unplanned
Last Updated: 17 May 2023 11:37 by Uvin
Created by: Uvin
Comments: 0
Category: DataGrid
Type: Feature Request
3
Add RightToLeft support for the DataGrid control.
In Development
Last Updated: 16 May 2023 15:12 by ADMIN
Created by: Victor
Comments: 0
Category: CheckBox
Type: Feature Request
2
Turn off the animations in the CheckBox control
Unplanned
Last Updated: 16 May 2023 05:56 by Slawomir
Provide an option to change the IsBusy animation type, color, etc. 

Currently I can change the IsBusy background color by using implicit style: 
<ContentPage.Resources>
        <ResourceDictionary>
            <Style TargetType="telerik:RadBusyIndicator" x:Name="busy">
                <Setter Property="BackgroundColor" Value="Red"/>
            </Style>
        </ResourceDictionary>
    </ContentPage.Resources>
    <telerik:RadDataGrid IsBusy="True"/>
In Development
Last Updated: 16 May 2023 05:45 by ADMIN
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!

Unplanned
Last Updated: 12 May 2023 08:05 by Sanket
Created by: Sanket
Comments: 0
Category: DataGrid
Type: Feature Request
2
Provide a RowStyleSelector property to the DataGrid control.
Unplanned
Last Updated: 12 May 2023 05:22 by Slawomir
Created by: Slawomir
Comments: 0
Category: DataGrid
Type: Feature Request
1
Provide a pull to refresh gesture like in RadListView control.
Unplanned
Last Updated: 10 May 2023 20:55 by Craig
Created by: Craig
Comments: 0
Category: Entry
Type: Feature Request
2

Hi Team,

I need to be able to set the color of the selection highlight.

  • On WinUI/UWP you can do this using the TextBox.SelectionHighlightColor
  • On iOS and MacCatalyst, it is done using the UITextField.TintColor.
  • On Android, it is ColorAccent

Can you please add a new top-level property on the .NET MAUI RadEntry control that allows us to set this?

Thank you,

Craig

In Development
Last Updated: 10 May 2023 15:46 by ADMIN
Created by: Dmitry
Comments: 6
Category: UI for .NET MAUI
Type: Feature Request
28
TreeView is very wellcome for .NET MAUI
1 2 3 4 5 6