When enabling paging for xamGrid, it would include one line for page numner and navigation icons at right hand side, but there are lot of space avaliable. I want to add someting to this space, for example, a print icon for printing. How to implement this? modify template or other way?
Restyle the PagerCellControl:
http://help.infragistics.com/NetAdvantage/Silverlight/2010.3/CLR4.0/?page=SL_xamGrid_Customize_the_Pager.html
http://help.infragistics.com/NetAdvantage/Silverlight/2010.3/CLR4.0/?page=SL_DesignersGuide_Styling_Points_for_xamGrid.html
Devin
Thank you. With PagerCellControl, the restyle would ask you to create your own completely. But I did not want to change the pager, I want to keep all the stuff there and only add some icons with command inside, what's the simpley to to achieve this?