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

Record count label displayed outside of the box

1 Answer 98 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Adam Plattner
Top achievements
Rank 1
Adam Plattner asked on 22 Dec 2009, 03:28 PM

We have a radGrid which is loaded many columns.

Each column’s wide is narrower so more columns can be displayed.

One of the columns has radCombo box as a drop down list, and the record count label text extended outside of the comboBox.

This looks very undesirable.

Here is a screen shoot http://lh4.ggpht.com/_ohpx5KZcsi0/SzDjYr35nHI/AAAAAAAAFHU/AH-wzDkTMBI/comboBoxOverlap.JPG

 

Can this problem be fixed?

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 22 Dec 2009, 04:07 PM
Hello Adam,

First try reducing the padding of the result message box with the following css styles:

.RadComboBoxDropDown .rcbMoreResults {
  padding: 0 !important;
}

If this doesn't help, you should set bigger height like this:

.RadComboBoxDropDown .rcbMoreResults span {
  height:38px !important;
}

Kind regards,
Yana
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ComboBox
Asked by
Adam Plattner
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or