In Development
Last Updated: 25 Sep 2023 13:31 by ADMIN
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: 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
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

In Development
Last Updated: 04 Aug 2023 08:53 by ADMIN
Scheduled for R3 2023
Created by: Gerald McEvoy
Comments: 8
Category: UI for .NET MAUI
Type: Feature Request
44
Add Scheduler component for .NET MAUI