xamGrid data is loaded by setting ItemSource<ig:XamGrid ItemsSource="{Binding DataList}" > <ig:XamGrid.PagerSettings> <ig:PagerSettings AllowPaging="Top" PageSize="20" /> </ig:XamGrid.PagerSettings>...</ig:XamGrid>DataList is loaded in ViewModel by WCF Ria Service. First time when the data is loaded, pagesize is working fine.Then I have a button to call WCF ria service to reload data, the Pagesize is not working, all data is populated in one page. Not sure why. How to figure it out and fix it?
Hi more information about this issue:
DataList in IPagedCollectionView. not sure why pagesize lost when datasource is reloaded by wcf ria service. If I use SL DataGrid, everything is working fine.
Hi,
What's the build number of the product assemblis that you use? (like 10.3.20103.2117).
We had few fixes for RIA Services since the RTM build. Make sure you use the latest Service Release. (To get your Service Release, please visit My IG > My Keys and Downloads.)
Regards,