Completed
Last Updated: 11 Oct 2023 08:02 by ADMIN
Release 6.3.0
Slawomir
Created on: 16 May 2023 05:56
Category: DataGrid
Type: Feature Request
1
DataGrid: Provide an option to customize the busy indicator when the control is in busy state
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"/>
0 comments