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

Rad Grid Filter "Google Search" Issue

1 Answer 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Hiren
Top achievements
Rank 1
Hiren asked on 22 Mar 2012, 10:10 AM
Hi,
We are facing UI issue with Rad Grid Google search ie. filters is giving issue In Google chrome.

Scenario is: When Width of Content in a column exceed drop down width it is giving scrollbar and it is hiding the content.

To reproduce this issue use Google chrome with one row in grid.

Please find the attached image for the same,

Please let us provide solution ASAP.

thanks in advance.

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 27 Mar 2012, 01:47 PM
Hi Hiren,

The described behaviour is expected when the content in grid column exceed the combobox width. However, you could hide the horizontal scroll of combobox using the CSS code snippet below:
.RadComboBoxDropDown .rcbScroll
{
    overflow-x: hidden !important;
}

All the best,
Pavlina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Hiren
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or