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
Hi Mike,
A colleague of mine put together a sample for someone else looking for something similar:
http://forums.infragistics.com/forums/p/53342/279153.aspx#279153
Hopefully this will help,
-SteveZ