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

[Solved] Paging navigation failing

1 Answer 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Lp1
Top achievements
Rank 1
Lp1 asked on 02 Jun 2011, 11:17 AM
I've tried,
.Pageable(p => p.Enabled(true).PageSize(20))
.Pageable(p => p.Enabled(true)
            .PageSize(20)
            .PageTo(10))
.Pageable()
And so far what I've noticed is I can navigate left but all the page navigations to go right just show up as the web address/link to the page I'm on and it's displaying rather than say page 11 or 2.

Clicking on the page numbers also does nothing.

Being made in VS10,MVC2,C#

Any idea what could be causing this or what/where the code that should be handling this is in telerik.grid.min.js or if it's in common/filtering(other than textbox those are the only telerik .js running for it)?

1 Answer, 1 is accepted

Sort by
0
Accepted
Lp1
Top achievements
Rank 1
answered on 03 Jun 2011, 03:53 PM
Fixed - I needed to update the old jquery.validate.min.js file to a newer version.
Not showing up that I can mark this as the answer so can an admin do it plz.
Tags
Grid
Asked by
Lp1
Top achievements
Rank 1
Answers by
Lp1
Top achievements
Rank 1
Share this question
or