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,
From what you're describing, i'm not really sure whats happening.
Do you have a sample i can take a look at? It'll probably help me to solve the problem a lot quicker.
Thanks,
-SteveZ
Hi after checking the production download and installation, I do have the service fixes NetAdvantage_Silverlight_20103.2117_SR.exe and installed.
Help please.
The Product of Infrigistic I used is:
Production Version: 10.3.20103.2117
So should be fine for Ria Services.
For my case, Data for Grid is set up in loaded Event of VM, not in code behind for User control because user control has no knowledge when data is loaded, like:
MyControl = new UserControl(){DataContext = VM};
How to figure it out reason about this problem?
I downloaded the Infrigistic SL product last week, should be the latest one. When are those fixes avalible for clients?
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,