Kevincosme / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

Adding/ Removing nodes to the dataprovider cause nodes to close... #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Add or remove nodes to the treeGrid dataprovider. Have a [Bindable]
ArrayCollection, assign it to the treegrid dataprovider and add/remove 
nodes on that collection. 
2.
3.

What is the expected output? What do you see instead?
Binding the same collection to a mx:Tree gives me the expected result...

After reading issue #15 "Treegrid not updated when dataprovider changes" 
and appling the fix, I expected the treegrid to keep open nodes open when 
I add/remove nodes but it closes every nodes. Even modifing a row data 
would close the nodes (since fix of issue #15). 

What version of the product are you using? On what operating system?
flex2, flexlib1.8

Please provide any additional information below.
I'am asking you what people ask me here, How much $$$ do you need to fix 
it by monday

Original issue reported on code.google.com by eber...@hralloy.com on 8 Jun 2007 at 5:52

GoogleCodeExporter commented 8 years ago

Original comment by dmcc...@gmail.com on 30 Jun 2007 at 11:10

GoogleCodeExporter commented 8 years ago

Original comment by dmcc...@gmail.com on 26 Dec 2007 at 7:28

GoogleCodeExporter commented 8 years ago
This's because TreeGrid only restores nodes directly belong to the _root node 
whenever after a update.
I tried many ways but the commitProperties function is really annoying..

Original comment by eniserl...@gmail.com on 13 Mar 2008 at 2:04

GoogleCodeExporter commented 8 years ago
Have this question been solved?I run into the same problems。

Original comment by shaobin....@gmail.com on 25 Oct 2011 at 11:04