Greetings -
I have a tileList which uses a custom component as an itemRenderer.
I'd like to sequentially number each rendered item, but can't quite
figure out how to reference the current index from within the
renderer. {data.foo} works great for getting at the values of in the
current dp index, how do I get at the index number itself? Can I do
something like this:parentDocument.myTileList.dataProvider.currentIndex I've tried exactly this, btw, to no avail... cheers, ethan

