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: 24 Apr 2024 07:21 by SPARE GmbH
Created by: SPARE GmbH
Comments: 0
Category: SignaturePad
Type: Feature Request
0
Provide and option to enable a automatic smoothing of the lines.
Unplanned
Last Updated: 23 Apr 2024 13:26 by Raymond
Created by: Raymond
Comments: 0
Category: RichTextEditor
Type: Feature Request
1
Provide a notification (property/event) when the edited content inside the RichTextEditor has been changed.
Unplanned
Last Updated: 23 Apr 2024 08:20 by Raymond
We'd like to have an option to insert text/html over the selection.
Need More Info
Last Updated: 20 Apr 2024 08:29 by ADMIN
Created by: Marc
Comments: 3
Category: UI for .NET MAUI
Type: Feature Request
0
Are there any plans to add Augmented Reality components for .NET MAUI?
Unplanned
Last Updated: 19 Apr 2024 14:19 by Holger

I have a RadButton and an image (SVG) inside it and I want to be able to apply tint color to it.

 

The community toolkit provides IconTintColor behavior: https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/behaviors/icon-tint-color-behavior 

Unplanned
Last Updated: 18 Apr 2024 13:30 by Francisco M.
When you bind the IsVisible property the content in the Tab where the binding is set is not visible.
Unplanned
Last Updated: 18 Apr 2024 10:59 by Erik Damgaard
Provide support for "ddd" format for DisplayDate and spinner. The MAUI DatePicker supports this option. 
Unplanned
Last Updated: 18 Apr 2024 08:42 by Marc

Provide an option to change the overlay color:

 

Unplanned
Last Updated: 18 Apr 2024 08:22 by ADMIN
Created by: Sanket
Comments: 1
Category: DataGrid
Type: Feature Request
3
Provide a RowStyleSelector property to the DataGrid control.
Unplanned
Last Updated: 17 Apr 2024 14:46 by Christian
Created by: Christian
Comments: 0
Category: DataForm
Type: Feature Request
1
Provide an option to collapse the groups in the RadDataForm control.
Unplanned
Last Updated: 16 Apr 2024 14:17 by ADMIN
Created by: Holger
Comments: 1
Category: ComboBox
Type: Feature Request
1
The RadEntry control has IsSpellCheckEnabled property. Disable the spell check by default for the RadComboBox control
Unplanned
Last Updated: 16 Apr 2024 07:54 by Erik Damgaard
Created by: Erik Damgaard
Comments: 0
Category: Chart
Type: Feature Request
1
In Telerik WPF Chart there is an option to select a data point from a series https://docs.telerik.com/devtools/wpf/controls/radchartview/features/behaviors/selection#programmatic-selection Provide such option for the Telerik MAUI Chart.
In Development
Last Updated: 15 Apr 2024 11:56 by ADMIN

Expose command that executes when checkbox state changes.

Currently I am using EventToCommandBehavior:

 

    <VerticalStackLayout>
        <telerik:RadCheckBox x:Name="checkbox">
            <telerik:RadCheckBox.Behaviors>
                <telerik:RadEventToCommandBehavior EventName="IsCheckedChanged" Command="{Binding CheckedCommand}" />
            </telerik:RadCheckBox.Behaviors>
        </telerik:RadCheckBox>
    </VerticalStackLayout>

 

 

public class ViewModel : NotifyPropertyChangedBase
{
    public ViewModel()
    {
        this.CheckedCommand = new Command<IsCheckedChangedEventArgs>(this.CheckBoxUserCommand);
    }

    private void CheckBoxUserCommand(IsCheckedChangedEventArgs obj)
    {
        // logic here:
    }

    public ICommand CheckedCommand { get; set; }  
}

 

 

 

Unplanned
Last Updated: 15 Apr 2024 11:49 by Marc
Created by: Marc
Comments: 0
Category: Slider
Type: Feature Request
1
Add the option to include a Label as part of the thumb template - it should always be visible and move along with the thumb.
In Development
Last Updated: 15 Apr 2024 10:13 by ADMIN
Scheduled for 7.0.0 (2024 Q2)
I want to achieve the dropdown size dynamically based on the item count. I would also like to set a maximum height, so if more items are loaded, the dropdown should be scrolled to that size.
In Development
Last Updated: 15 Apr 2024 10:13 by ADMIN
Scheduled for 7.0.0 (2024 Q2)
Created by: PalmSens
Comments: 0
Category: TabView
Type: Feature Request
3
The TabView only supports unbound mode and there is no way to bind a collection of items from the view model to display as tabviewitems
Unplanned
Last Updated: 15 Apr 2024 09:08 by Eugenio
Created by: Angus
Comments: 1
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: 12 Apr 2024 10:25 by Dennis
Created by: Dennis
Comments: 0
Category: SlideView
Type: Feature Request
0
Why no EmptyView template?  The one thing missing between the RadSlideView and CarouselView is an EmptyTemplate definition. 
Need More Info
Last Updated: 12 Apr 2024 07:41 by ADMIN
Created by: atlanta
Comments: 1
Category: Entry
Type: Feature Request
3
The Entry control should expose an event after ClearButton click
1 2 3 4 5 6