Completed
Last Updated: 11 Jul 2017 12:14 by ADMIN
ADMIN
Hristo
Created on: 07 Jul 2017 13:27
Category: Buttons
Type: Bug Report
0
FIX. RadToggleSwitch - setting the ThemeResolutionService.AllowAnimations to false causes the NullReferenceException
How to reproduce: check the attached video

Workaround: 
public partial class RadForm1 : Telerik.WinControls.UI.RadForm
{
    public RadForm1()
    {
        InitializeComponent();
        
        ThemeResolutionService.AllowAnimations = false;
        this.radToggleSwitch1.AllowAnimation = false;
    }
}

0 comments