I have a radgrid with an entity datasource as datasource.
    
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?
                                | <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?
