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

Filter box width jumped 13 to 25 with 2012 Q2 upgrade issue

1 Answer 21 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Paul Ridden
Top achievements
Rank 1
Veteran
Paul Ridden asked on 25 Jul 2012, 09:38 AM
We recently upgraded Telerik ASP.NET controls from version 2011 Q3 to version 2012 Q2.

In the main company project (Metro skin set) this resulted in the filter boxes within RadGrids to increase from 13 to 25 characters in width.
This effect is evident with the style sheet removed from the project.

How can the width of the filter boxes be reset to 13 characters please ?

1 Answer, 1 is accepted

Sort by
0
Andrey
Telerik team
answered on 30 Jul 2012, 07:05 AM
Hello,

Thank you for contacting us.

In order to achieve your goal you need to use the following CSS class:

html body .riSingle .riTextBox
{
    width: 13px !important;
}

The new sizes were caused by the new single input rendering engine. This engine changes the ratio between the span and the input element and that is changing the size of the input element.

I hope the provided information helps. Let me know if you need further assistance.

Kind regards,
Andrey
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
Paul Ridden
Top achievements
Rank 1
Veteran
Answers by
Andrey
Telerik team
Share this question
or