RadDropDownButtonElement Example?

1 Answer 104 Views
Buttons, RadioButton, CheckBox, etc ListView
Willy
Top achievements
Rank 2
Iron
Iron
Willy asked on 18 May 2022, 06:32 PM

Hello, do you have any quick simple examples of adding a RadDropDownButtonElement to a Listview? I have implemented some of the other controls like a RadDropDownListElement and RadCheckBoxElement but those seem to have synchronize events and this does not? Do you have any examples of this control? 

 

Thank you!

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 20 May 2022, 01:12 PM
Hello, Bill,   

We have a documentation article demonstrating how to create custom items in RadListView: https://docs.telerik.com/devtools/winforms/controls/listview/custom-items   
You can customize and extend the example in a way to use whatever element you want in the visual item. However, there is not dedicated example for using a RadDropDownButtonElement.

Note that RadDropDownListElement is designed to present a list of items which can be selected. RadCheckBoxElement offers a control for toggling/untoggling the state. Both elements offer the respective events for detecting these operations. However, RadDropDownButtonElement is designed to offer a set of menu items which executes different actions. This element is not expected to offer any selection. You can iterate the Items collection and subscribe to the Click event of each item. 

If you are still experiencing any further difficulties, it would be greatly appreciated if you can provide more details about the exact goal that you are trying to achieve. Thus, we would be able to get better understanding of the precise case and provide further assistance. 

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/.

Tags
Buttons, RadioButton, CheckBox, etc ListView
Asked by
Willy
Top achievements
Rank 2
Iron
Iron
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or