Learn to customize the xamWebGrid paging template. See how to add controls to the template and how to use the Infragistics Silverlight Commanding Framework to power common paging behaviors.
Duration: 15:10
It has occured to me that it would look better with two changes.
1) Use a XamNumericEditor box with the buttons for the page number and for the lines per page
2) Bind the Page number box to the actual page number so that when you use the pager, it dynamically changes the box, so it is always current.
What changes would be required to your example to make these two changes? Would the binding work? If you used twoway binding would the page number change instantly without the code behind lostfocus event?