In My app i have one dropdown which will have page sizes as (5,10,15,20...) like that. when user changes the page size i have to change the page size of grid.
Is it possible to rebind the data in such a way user doesn't know that page size has been changed means, i am able to rebind whole grid by refreshing the whole control. But is there any way to change the data in combobox selection change event.
And i have set the dropdown to default setting based on the user selected in previous session.
Hello,
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 in the SelectionChanged event of the ComboBox with the size I set the XamGrid’s PageSize to the selected value. Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Stefan,
You sample worked for me. Thanks for solving the issue.
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.