If you are using ArrayCollection then: Just filter that ArrayCollection, set it as source for the grouping collection and refresh the collection.
ac.refresh(); ac.disableAutoUpdate(); On Mon, Dec 21, 2009 at 11:33 PM, Shashi <[email protected]> wrote: > > > Hi, > > > I am getting an action script error that is displayed during the Grouping > collection refresh in the advanced datagrid this basically happens when the > array collection which is the source of the grouping collection is updated ( > added or removed) , the updation of the array collection is done in an > action script function in which the grouping collection is refreshed after > updating the array collection.How to handle/resolve the action script error > ? can i handle it through try catch blocks ? > > The error I am getting is : > > Error: Bookmark no longer valid. > at............. > > Thanks & Regards > > Ravisha > > >

