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

[Solved] Height of "Page Size" textbox changes (becomes too tall) as you page through grid

1 Answer 68 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sylvain
Top achievements
Rank 1
Sylvain asked on 06 Jul 2009, 06:51 PM
Go to the online demo: http://demos.telerik.com/aspnet-ajax/grid/examples/programming/slider/defaultcs.aspx and choose Advanced-style Pager "NextPrevNumericAndAdvanced", page through the grid and you will see the behavior (may need to page more than once to see it). Tested on IE6 only.
This happens with different skins.

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 07 Jul 2009, 01:40 PM
Hello Sylvain,

Indeed you are right and the behavior of textbox is not correct in IE6 and IE7.
To avoid this problem you could use the following workaround:
CSS:
* html body .RadInput_Telerik input.riTextBox,  
 
* html body input.RadInputMgr_Telerik  
 
{  
    height:auto;  

I hope this helps.

All the best,
Pavlina
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
Sylvain
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or