--- In [email protected], Alex Harui <aha...@...> wrote: > > Try something like: > > Public class MyIndexItemRenderer extends DataGridItemRenderer > { > Override public function validateProperties():void > { > super.validateProperties(); > text =(listData.rowIndex + DataGrid (owner).verticalScrollPosition).toString(); > } > }
There's also a working example of a slightly different approach here http://flexdiary.blogspot.com/2007/11/showing-item-number-in- itemrenderer.html

