--- In [email protected], "rueter007" <rueter...@...> wrote: > > Finding the index of an item in a dataprovider will not work if he is > using filters. I think he wanted to always show the correct row number > (starting with 1) even after filtering the data. What Alex mentioned > is the right approach for this problem.
The approach I gave him will give him what he wants. He doesn't want the original row number with gaps where the filtered items were left out, but rather the new row numbers after filtering, which is what this gives (at least the ListCollectionView approach...not as sure about the XML approach).

