Completed
Last Updated: 16 Dec 2021 16:15 by ADMIN
Release R1 2022
Victor
Created on: 17 Aug 2021 13:42
Category: DropDownList
Type: Bug Report
0
RadDropDownList - ArrowButton should look disabled when the Enabled property is set to false in Aqua theme
1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 17 Aug 2021 13:57

Hello, Victor,

In order to obtain disabled style for the arrow button, it is necessary to set the RootElement.UseDefaultDisabledPaint property to true:

            this.radDropDownList1.Enabled = false;
            this.radDropDownList1.RootElement.UseDefaultDisabledPaint = true;

I hope this information helps. If you need any further assistance please don't hesitate to contact me. 

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.