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

[Solved] ShowMoreResults Box Height

1 Answer 70 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
MD
Top achievements
Rank 1
MD asked on 27 Oct 2009, 08:03 PM
Was something changed between Q3 2008 and Q2 2009 in regards to the height of the ShowMoreResults Box?  I was using that area to display a multi line message with the record counts, but now with Q2 2009 the box doesn't extent when I use a <br /> in the string of the message property.  Would be nice if there was a place at the bottom similar to the More Results box, but separate to display messages.

1 Answer, 1 is accepted

Sort by
0
Accepted
Kamen Bundev
Telerik team
answered on 02 Nov 2009, 11:23 AM
Hi Matt,

Our skins changed a lot between Q3 2008 and Q1 2009. To allow second row in the Show more results box, add this CSS to your page:
div.RadComboBoxDropDown .rcbMoreResults span
{
    height: auto;
}
You can also reduce the height of the text lines there with line-height: auto added to the rule above.

Regards,
Kamen Bundev
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
MD
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Share this question
or