This is a migrated thread and some comments may be shown as answers.

Combobox display without header

5 Answers 169 Views
MultiColumn ComboBox
This is a migrated thread and some comments may be shown as answers.
Bao
Top achievements
Rank 1
Bao asked on 28 Dec 2017, 07:15 AM

Hi,

When click dropdown i want to list the item like this:

Monday                Thursday

Tuesday               Friday

Wednesday          Saturday

How can i do with MultiColumn Combobox ? 

 

Thanks.

5 Answers, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 28 Dec 2017, 08:32 AM
Hello, Bao, 

Thank you for writing.  

In order to achieve a similar layout, you can add two columns and three rows in RadMultiColumnComboBox. Then, hide the header and leave only the weekdays visible in the popup. 

Off topic, note that most of the forum threads are reviewed by Telerik representatives and sometimes we address the questions asked by our customers in the forums as well. However, a post in the forum doesn't guarantee you a response from the Telerik support team. Moreover, threads are handled according to license and time of posting, so for any further questions, we suggest you use a support ticket.

I hope this information helps. Should you have further questions I would be glad to help.
 
Regards,
Dess
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Bao
Top achievements
Rank 1
answered on 28 Dec 2017, 05:23 PM

Thank Dess,

I want to know in Winforms with this case, use the RadMultiColumnComboBox is the best option ?

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 29 Dec 2017, 06:29 AM
Hello, Bao, 

Thank you for writing back. 

Alternatively, you can use RadPopupEditor which hosts RadListView in IconsView.

I hope this information helps. If you have any additional questions, please let me know. 

 Regards,
Dess
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Bao
Top achievements
Rank 1
answered on 01 Jan 2018, 08:24 PM

Thanks Dess, 

I have tried the RadPopupEditor. It works, but one thing i want is can i make the RadPopupEditor can be input by user. My scenario is when user focus on this dropdown:

- They can input and the below container can be filtered like the dropdown autosuggest (this is my concern)

- They can click to arrow down button to select (it works now)

 

Thanks.

0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 02 Jan 2018, 10:25 AM
Hello, Bao, 

Thank you for writing back. 

In order to achieve user interaction between the editable part and the popup data in RadPopupEditor, it is necessary to be implemented programmatically. You can handle changing the text in the text box and apply filter criteria to the RadListView. The following help article demonstrates how you can filter it: https://docs.telerik.com/devtools/winforms/listview/features/filtering

I hope this information helps. If you have any additional questions, please let me know. 

 Regards,
Dess
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
MultiColumn ComboBox
Asked by
Bao
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Bao
Top achievements
Rank 1
Share this question
or