You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by mark goldin <ma...@gmail.com> on 2016/10/20 15:25:09 UTC

ADG - restore highlight after row is deleted

I have adg where a user can hightlight a row and delete. After deleting the
row the front-end will refresh underlying data source with data from the
server without reassigning dataProvider. How can I hightlight a row that is
either before or after the deleted row? My problem is that I dont know
which grid's event to use to scroll it.

Thanks