Hi I have datagrid which contain records. The records are being displayed using databinding. If my grid contains 100 rows then vertical scrollbar should be at the end of datagrid.
So at what event i should write the piece of the code to move the vertical scroll bar to last row. I tried using FlexEvent.UPDATE_COMPLETE of datagrid . It works fine. But when i use this in module it goes into infinite loop. Why is this happening?? Thanks ilikeflex