Well I found it was becuase its added twice with different priorities and not removed. AdvancedListBase set DataProvider line 1669 0 AdvancedDataGrid commitProperties line 2138 EventPriority.DefaultHandler
Hmm so now there are two listeners for the same event and everything runs twice...... --- In [email protected], "reflexactions" <[EMAIL PROTECTED]> wrote: > > Small issue but wondered if anyone had a bright idea. > > I have a hierarchical collection which is the source foran ADG and it > is dispatching an update CollectionEvent and it is calling the ADG > twice. > > I dumped the stack on each call and they are identical, I stepped > through the code in the debugger and basically when it dispatches it > calls the ADG, then the two cursors and then the ADG again. > > any thought on what could be causing that. > > tks >

