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

Display Items of ComboBox

5 Answers 43 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
EssMus
Top achievements
Rank 1
EssMus asked on 16 Apr 2015, 09:19 AM

hi

i have wich it's fill withe some items it's apear in the first pic i wnat items o combobox apear like the second pic and thank you

5 Answers, 1 is accepted

Sort by
0
TANMAY
Top achievements
Rank 1
answered on 16 Apr 2015, 11:34 AM

Hi,

 

I am getting an issue in RAD Combobox when we write somthin in combobox and if no match found in the list the combobox doesn't clear automatically

 

 

 

0
Accepted
Magdalena
Telerik team
answered on 16 Apr 2015, 11:49 AM
Hi Essoufi,

RadComboBox items can be arranged into one line by applying the following stylesheet:
.rcbList > li {
    display: inline-block;
}


Regards,
Magdalena
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
Magdalena
Telerik team
answered on 16 Apr 2015, 11:54 AM
Hi Tanmay,

Could you please open a new thread as your question is not related with the first one? It would be best as the threat is a support ticket so you will be able to attach a sample project and a video that shows the issue.

Thank you for your understanding.

Regards,
Magdalena
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
0
EssMus
Top achievements
Rank 1
answered on 16 Apr 2015, 11:55 AM

hi Magdalena,

i think you didn't understanding me i want display combobox lik the second pic 

0
Magdalena
Telerik team
answered on 17 Apr 2015, 10:38 AM
Hi Essoufi,

The default layout of the RadComboBox is the same as shows the second picture. If appearance of the control is identical with the first picture, it seems that there are some custom styles that are applied to the RadComboBox. Try to apply the following CSS to fix the layout:
.rcbList > li {
    display: block;
}

If this rule does not fix the issue, could you please provide all custom styles that you are applying to the page, so we will be able to test it locally and find the rule that breaks the layout of RadComboBox?

Regards,
Magdalena
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
ComboBox
Asked by
EssMus
Top achievements
Rank 1
Answers by
TANMAY
Top achievements
Rank 1
Magdalena
Telerik team
EssMus
Top achievements
Rank 1
Share this question
or