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
636
RowSelector Numbering in Paged Collection
posted

Hello,

I've got a XamGrid backed by a VirtualCollection<T> which is being used in paged mode.  When I page down the colleciton, the row selectors are showing the number within the page rather than the number accross the larger data set. 

This has got to be a reasonably common use case, so is there something I'm doing wrong or is there a common way of implementing around this?  I've been beating myself up about because the demo does it, but then I realized that the demo makes a seperate column to hold the row number rather than using a row numer in the RowSelector.

I tried to databind to the RowNumberSeed, but I haven't been able to get that to work.

All help is appreciated here.

Mike