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

RadGrid Paging Issue On Client-Side

1 Answer 101 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Brian Mains
Top achievements
Rank 1
Brian Mains asked on 22 Sep 2009, 04:44 PM
Hello,

I have a radgrid with paging setup, setting allowpaging="true" and the page size to 20.  On the client, I set the virtualItemCount property to its proper value.  But no paging appears.  How can I make it appear, even if I have to call a JS method manually?  I don't know why it doesn't work, and I don't want to set it on the server-side....

1 Answer, 1 is accepted

Sort by
0
Todd Anglin
Top achievements
Rank 2
answered on 23 Sep 2009, 03:01 AM
Hello Brian-

Sorry about the trouble with client-side paging!

This scenario sounds like it should be pretty straight forward. Have you seen this online demo showing RadGrid client-side databinding with paging:

That should showcase the exact code you need to support paging. If your code looks different that this example, can you please share some details so we can troubleshoot? Also, do you see any browser JavaScript errors when your page loads? Sometimes- especially with JavaScript- odd JavaScript errors from other parts of the page can produce unexpected results. Try using Firebug in Firefox to verify that there are no other errors on the page.

Hope that helps.
-Todd
Tags
Grid
Asked by
Brian Mains
Top achievements
Rank 1
Answers by
Todd Anglin
Top achievements
Rank 2
Share this question
or