Completed
Last Updated: 10 Nov 2022 15:34 by ADMIN
Release 4.0.0
Craig
Created on: 30 Sep 2022 12:38
Category: ComboBox
Type: Bug Report
0
ComobоBox: The control can be opened when IsEnabled = false
Setting the IsEnabled property of the RadComboBox component to false makes it appear as grayed out, but the user is still able to select a value from the drop-down.
1 comment
ADMIN
Antoan
Posted on: 03 Oct 2022 16:18

Hello Craig,

Thank you for pointing it out.

I managed to reproduce the issue, the workaround I have found is using the InputTransparent property to disable the entire Combobox.

For example:

<telerik:RadComboBox ItemsSource="{Binding Items}"
                                      IsEnabled="False"
                                      InputTransparent="True"
                                      DisplayMemberPath="Population"/>

In addition I have updated your Telerik points for finding the issue.

Regards,
Antoan
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/.