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

Multi-column ComboBox item order direction

2 Answers 38 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ned
Top achievements
Rank 1
Ned asked on 20 Oct 2014, 06:47 PM
How to change the direction of item placement in a multi-column combobox?

Let's say I have these items:

A, B, C, D, E, F, G, H, I

With default settings, items are place like this:

A  B  C
D  E  F
G  H  I    

How I want to place them is:

A  D  G
B  E  H
C  F  I

Thanks

2 Answers, 1 is accepted

Sort by
0
Nencho
Telerik team
answered on 23 Oct 2014, 02:05 PM
Hello Nedim,

In order to achieve the desired functionality, you should rearrange the items of the RadComboBox using a custom implementation. In the attachment, you could find a simple example, demonstrating such implementation.


Regards,
Nencho
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Ned
Top achievements
Rank 1
answered on 29 Oct 2014, 03:06 PM
Thanks Nencho, it works
Tags
ComboBox
Asked by
Ned
Top achievements
Rank 1
Answers by
Nencho
Telerik team
Ned
Top achievements
Rank 1
Share this question
or