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

[Solved] Filter Size Doubles When Sorting

1 Answer 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
George Catobus
Top achievements
Rank 1
George Catobus asked on 10 Aug 2009, 04:17 PM
I'm experiencing a problem in IE 6 & 7 only while sorting, or posting back for that matter, on the RAD Grid (RTM Q2 2009 Release). When you click the column header to sort the grid the filter boxes will double in size. Taking a look at the demos you have posted the same problem can be reproduced. Using this example http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/filtering/defaultcs.aspx click a header to sort the list. Then click it a second time to sort the other direction. On the second sort the filter boxes will double in size. I ran into the same problem previously with the RAD Input control on one of my other forms. I resolved it by setting the EnableViewState="true" for the page (it was set to false). But this fix didn't help for the grid. Any help would be appreciated.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 13 Aug 2009, 07:09 AM
Hi George,

The problem is caused by a CSS style in the RadInput skin, which is applied incorrectly by IE after an AJAX request. It is fixed in the latest internal build. You can also workaround it (for all kinds of Telerik textboxes) like this:

CSS

.riTextBox
{
      height: auto !important ;
}


All the best,
Dimo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
George Catobus
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or