found a solution: dg.validateNow() blog-example with and without the validate are available here:
http://flextricks.wordpress.com/ --- In [email protected], "amigo_fd" <[EMAIL PROTECTED]> wrote: > > Hello, > > Any ideas why scrollToIndex won't work ? Tried it on a tilelist, > datagrid, ... all without any result. Not even an error message ! > > > This works, as the last item is selected in the tilelist: > > tlProductsSearchResults.selectedIndex = > tlProductsSearchResults.dataProvider.length - 1; > > > But this one doesn't do a thing: > > tlProductsSearchResults.scrollToIndex(tlProductsSearchResults.dataProvider.length > - 1); > > Best regards, > Frank >

