Can we have a pager which is similar to the pager shown in the Screenshot.
Also the XamGrid will display records depending upon the page selected in the pager i.e. they will be filtered depending upon the page selected.
Hi Stefan,
I was looking into your sample and used it for my Xamgrid as well but in my case IValueConvertor is not called when I'm updating Itemsource of xamGrid.
I was trying to add total number of pages to Textblock of pagerItem so it will display total pages and when I will click on page, I will perform my action.
In beginning I'm only fetching data for 1st page only.
Already created a case : https://ko.infragistics.com/my-account/support-case/CAS-158251-L4C4V3 but no luck yet. Hope you can help me with this. I'm running out of time.
Hello,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Thanks, it works.
Thank you for your post. I have been looking into it and I created a sample project for you with the functionality you want. Basically I copied the default Style for the PagerControl and in its ItemTempalte there is a TextBlock. I put a Converter in its Text Binding and changed the value by adding 2008 to it. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.