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

RadGrid page slider is out side the grid

1 Answer 70 Views
Grid
This is a migrated thread and some comments may be shown as answers.
sayak
Top achievements
Rank 1
sayak asked on 14 Oct 2010, 09:14 PM
I have a user control that is loaded dynamically inside an AjaxPanel which sits inside an rad slider.
The page slider of the radgrid is appearing our side the rad grid.

Also the numeric paging doesn't work properly. Numeric paging appears at the right location.
I have page count of 20. says I have 1000 rows.
After 1- 10 I have "..." When I click this, 11 shows up fine, but when I click on 12, the page returns to page 3. Page 1 through 10 works fine.

Please help.
Not sure what is the bug, if pages 1 thru 10 work, why doesn't page 12 work. Same dataset is used.

Thanks,
Sayak

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 20 Oct 2010, 08:03 AM
Hi sayak,

The first problem looks like a known IE browser bug related to positioned elements and scrollable containers.

http://mt-olympus.com/emmett/bug_overflow_positionrelative.php

Set a CssClass to the containing RadPane and apply a position:relative CSS style to that CSS class.

The second problem could be related to the way you bind RadGrid or possibly - disabled ViewState. Refer to the following resources and provide some more information if you need further assistance.

http://www.telerik.com/help/aspnet-ajax/grdviewstateoptimization.html

http://demos.telerik.com/aspnet-ajax/grid/examples/programming/viewstate/defaultcs.aspx

Greetings,
Dimo
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Grid
Asked by
sayak
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or