Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
XamWebGrid PageSize
posted

I am currently implementing a custom PageControl for a XamWebGrid and I am stumped trying to add a drop down list to allow the user to change the PageSize.

Is this possible?

 

 

Parents
No Data
Reply
  • 235
    posted

    This was sent directly to my email and not posted, but I wanted to reply and this seemed the easiest way to do it.

    There is a sample called "Pager Customization" in our Silverlight samples that shows exactly how to do this:

    http://samples.infragistics.com/silverlight

    Basically you have to re-template the PagerControl control, drop in a combobox, then you can use the grids commands to tell the grid to change pages.

    Devin

Children