Hi,
I'm trying to customize the PagerCellControl to have at the bottom of the grid a message like this one:
"12 items displayed of 50 items". What properties should I bind to keep in sync when filter and change page?
Thanks,
Jimmi
Hi Jimmi,
We actually have a sample that shows exactly how to do that:
http://labs.infragistics.com/silverlight/lobsamples/2009.1/
Click on the xamWebGrid Samples Icon, and scroll to page three of the grid samples.
The name of the sample is called "Pager Customization".
Hope this helps ,
-SteveZ
Thanks for your fast reply Steve.
I checked the sample that you pointed out and I did a lot of progress. I still don't know where should I get the number of rows that are displayed in the xamWebGrid - for example after I filter my collection and the grid shows only 3 items.
Thank you.