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

[Solved] Pager Not Displaying

1 Answer 114 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 20 May 2008, 05:26 PM
I'm working using the grid control and am I'm trying to implement some paging.using the NeedDataSource event to grab a set amount of rows (20) into a datatable that is then bound to the grid.  That seems to work.  The problem is I don't get a pager control.  Is there some additional code I need or specific settings for it to display?  I would have thought I'd need to somehow feed it info on how many pages there will be but I can't find that in the documentation.

*solution*
Fixed this.  Found that you need to have the VirtualItemCount property set to a value for the pager to display.

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 21 May 2008, 06:45 AM
Hi Mark,

You can also have a look at the following help article.
Virtual scrolling/paging

Shinu.
Tags
Grid
Asked by
Mark
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or