It is possible to change the value for PageSize at a button click?
Thank you!
Hi lidiestera,
You should be able to accomplish that with some server-side code.
this.WebDataGrid1.Behaviors.Paging.PageSize = 25;
regards,
David Young