Fwd: [flexcoders] Re: AdvancedDataGrid preserve openItems after data update

2008-06-24 Thread berenger_kc
Hi, I did not fully understand how did how built objects or matched items. Could you be more explicit or could you show part of your code ? Thanks. --- In flexcoders@yahoogroups.com, jonese [EMAIL PROTECTED] wrote: OK here's what i did to keep my nodes open. un my update function i call

Fwd: [flexcoders] Re: AdvancedDataGrid preserve openItems after data update

2008-05-05 Thread jonese
OK here's what i did to keep my nodes open. un my update function i call preventDefault() to stop the expected operations. then i manually build using updated data my object instances then search the original objects till i find my matching object overwrite the orginial object with the new

[flexcoders] Re: AdvancedDataGrid preserve openItems after data update

2008-04-24 Thread sameerbhatt13
Can you post a sample in which the issues occurs? - Sameer --- In flexcoders@yahoogroups.com, rockstar77877 [EMAIL PROTECTED] wrote: Scott and Jonese: I am currently trying to deal with the same issue. I was actually ALMOST there, but I think I have discovered a bug in Flex.

[flexcoders] Re: AdvancedDataGrid preserve openItems after data update

2008-04-23 Thread rockstar77877
Scott and Jonese: I am currently trying to deal with the same issue. I was actually ALMOST there, but I think I have discovered a bug in Flex. So the problem: Keeping the AdvancedDataGrid nodes that were already expanded, open after a filter and refresh (specifically a

[flexcoders] Re: AdvancedDataGrid preserve openItems after data update

2008-04-18 Thread Eric Jones
Did you ever figure out how to do this? jonese --- In flexcoders@yahoogroups.com, smelbyfastlane [EMAIL PROTECTED] wrote: Hello - I am using an AdvancedDataGrid to display data that is retrieved periodically from a HTTPService. When handling the result event I parse the lastResult e4x