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

Cannot select page number more than #11

3 Answers 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Iker Llanos
Top achievements
Rank 1
Iker Llanos asked on 31 May 2010, 09:53 AM
I have a radgrid with an entity datasource as datasource.

    <telerik:RadGrid ID="rgInmuebles" runat="server" AllowPaging="true" ShowHeader="false" 
    EnableViewState="false" OnItemDataBound="rgInmuebles_ItemDataBound" OnInit="rgInmuebles_Init">   
         ...... 
         ...... 
        <PagerStyle Mode="NumericPages" EnableSEOPaging="false" />         
    </telerik:RadGrid> 

The problem is when I have more than 10 pages. I click the "..." to go to the next block of pages and it places in page #11 but but after that when I click page #12 it goes to page #3. If I click the page #13 it goes to page #4 and so on.

What am I doint wrong?

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 02 Jun 2010, 03:58 PM
Hi Iker,

Please try to set EnableViewState property to true and see if it works as expected.

Regards,
Pavlina
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.
0
Iker Llanos
Top achievements
Rank 1
answered on 02 Aug 2010, 11:17 AM
I tried but it didn't work. Any suggestion?

Thanks
0
Pavlina
Telerik team
answered on 02 Aug 2010, 04:50 PM
Hello Iker,

Unfortunately the provided information is not enough to determine the exact source of the issue you are facing. Therefore I will ask you to open a formal support ticket and send us a simple runnable application with reproduced this erroneous behavior. Thus I could do all my best to find a quick resolution of this problem.

Kind regards,
Pavlina
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
Iker Llanos
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Iker Llanos
Top achievements
Rank 1
Share this question
or