http://www.telerik.com/help/aspnet/grid/radgrid-telerik.webcontrols.gridtableview-virtualitemcount.html
I am having some issues getting custom paging to work with my RadGrid and in my searches came across the above link.
Possibly I'm reading it incorrectly but it seems like there are a number of conflicting statements on that page.
I believe it is the property I need to set to inform the RadGrid of how many total records can be displayed in the Grid. (Using custom paging my datasource will only ever have the 10 or 15 - pageSize dependent - objects that I am displaying at any given time). For example if I am displaying search results in a RadGridand there are 100 items matching the search criteria, but my PageSize is set to 10. Then I need to set the VirtualItemCount of the RadGrid to 100 so that it knows there are 100 records that can be displayed, even though my datasource will only be populated with 10 at a time.
Can I please get some clarification that my understanding is correct? It would also be nice if that page could be cleaned up as, at least in my opinion, its not currently very helpful.
Thanks.
I am having some issues getting custom paging to work with my RadGrid and in my searches came across the above link.
Possibly I'm reading it incorrectly but it seems like there are a number of conflicting statements on that page.
I believe it is the property I need to set to inform the RadGrid of how many total records can be displayed in the Grid. (Using custom paging my datasource will only ever have the 10 or 15 - pageSize dependent - objects that I am displaying at any given time). For example if I am displaying search results in a RadGridand there are 100 items matching the search criteria, but my PageSize is set to 10. Then I need to set the VirtualItemCount of the RadGrid to 100 so that it knows there are 100 records that can be displayed, even though my datasource will only be populated with 10 at a time.
Can I please get some clarification that my understanding is correct? It would also be nice if that page could be cleaned up as, at least in my opinion, its not currently very helpful.
Thanks.