Questions tagged [raddropdownbutton]

RadDropDownButton is DropDownButton control with powerful features created by Telerik. There are versions for Silverlight, WPF and WinForms.

RadDropDownButton is DropDownButton control with powerful features created by Telerik. There are versions for Silverlight, WPF and WinForms.

7 questions
31
votes
1 answer

How to bind an enum to DropdownButton in Flutter?

Is it possible to bind a dropdownbutton to an enum? I have created an enum and trying to bind it to a dropdownbutton, see code below. Thanks for any help on this. enum ClassType { Class-A, Class-B, Class-C, …
Edmand Looi
  • 3,331
  • 6
  • 19
  • 21
3
votes
2 answers

Telerik, handle the clicking on RadDropDownButton text zone

I have a RadDropDownButton with predefined text and with one RadMenuItem: My intention is to perform an action when I click on the text zone (NOT on the arrow): And then perform other action when I click on the selectable item: Handling the…
ElektroStudios
  • 19,105
  • 33
  • 200
  • 417
2
votes
1 answer

Flutter DropdownButton is Failed

I have created two DropdownButtons in the appBar and in the Body of a Scaffold.The Top DropdownButton changes the language whenever it is selected.After I selected One Conversion rate from the second Dropdown Button and Change the Language, the code…
Haileapp
  • 755
  • 7
  • 20
0
votes
2 answers

Telerik dropdown control not allowing me to select item from dropdown list

I have created a Telerik Test application with 4 controls( a button, 2 drop-down lists and a text box). What I am trying to do is, on hitting the "Add project" button, the first drop-down list(project list from PopulateProjects() method) gets…
V_stack
  • 69
  • 1
  • 11
0
votes
1 answer

Unable to iterate autocomplete list using down arrow key

I have a Telerik RadDropDownList whose auto-complete property is set. The auto complete list display works just fine and I am able to use my mouse to select an item. However, I am unable to iterate through the auto-complete list using my down-arrow…
V_stack
  • 69
  • 1
  • 11
0
votes
1 answer

WPF, Telerik: Change control style when disabled

I have a trouble with Telerik control.