3 Answers, 1 is accepted
0
Hello Doug,
You can define the structure and appearance of the RadComboBox items using the Templates functionality of the control. If this does not meet your needs, could you, please provide some further details on the behavior and the appearance of the control that you need?
Regards,
Veselin Tsvetanov
Telerik
You can define the structure and appearance of the RadComboBox items using the Templates functionality of the control. If this does not meet your needs, could you, please provide some further details on the behavior and the appearance of the control that you need?
Regards,
Veselin Tsvetanov
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.
0
Doug
Top achievements
Rank 1
answered on 16 Mar 2016, 03:39 PM
I am converting all my asp controls to rad controls.
this is just a listbox showing 5 rows with groupings.
I want to convert this to rad control for the updated look and feel.
it doesn't look like you have any controls that are a drop down, grouping, and show 5 rows.
am I wrong?
this is just a listbox showing 5 rows with groupings.
I want to convert this to rad control for the updated look and feel.
it doesn't look like you have any controls that are a drop down, grouping, and show 5 rows.
am I wrong?
0
Hi Doug,
Our RadComboBox control does offer the possibility to implement grouping appearance using styles. It is an advanced drop-down control that also allows customization of item templates. You could have a look at the following Code library, implementing the above scenario. You can also review the possibilities that the RadDrpDownList, RadListBox and RadListView controls offer to check if some of them fits your needs.
Regards,
Veselin Tsvetanov
Telerik
Our RadComboBox control does offer the possibility to implement grouping appearance using styles. It is an advanced drop-down control that also allows customization of item templates. You could have a look at the following Code library, implementing the above scenario. You can also review the possibilities that the RadDrpDownList, RadListBox and RadListView controls offer to check if some of them fits your needs.
Regards,
Veselin Tsvetanov
Telerik
Do you need help with upgrading your ASP.NET AJAX, WPF or WinForms projects? Check the Telerik API Analyzer and share your thoughts.