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

Large ItemCount

1 Answer 41 Views
DataPager
This is a migrated thread and some comments may be shown as answers.
Stephen McDaniel
Top achievements
Rank 1
Stephen McDaniel asked on 18 Jul 2011, 08:01 PM
We plan on using the data pager for very large data sets.  Currently, the ItemCount property is an 'int' which means it can't be bigger than about 2 billion.  Would it be possible for the data pager to use a long type instead of int?

As a side note, we'll be doing the actual filter on the server - we don't actually plan on bringing 2 billion+ records to the client :-).

1 Answer, 1 is accepted

Sort by
0
Rossen Hristov
Telerik team
answered on 19 Jul 2011, 08:11 AM
Hi Stephen Mcdaniel,

RadDataPager works with the standard .NET interface IPagedCollectionView, that has an ItemCount which is Int32, so we really cannot do anything about this.

All the best,

Ross
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
DataPager
Asked by
Stephen McDaniel
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or