Re: Tree Table - Update Model

2009-05-15 Thread PDiefent
Hi Matej, is it possible to post a little example? -Peter Matej Knopp-2 wrote: In order for tree to update items your model must fire treeNodesChanged event. -Matej -- View this message in context: http://www.nabble.com/Re%3A-Tree-Table---Update-Model-tp23549640p23554149.html Sent

Tree Table - Update Model

2009-05-14 Thread Peter Diefenthaeler
Hi every one, I tried the tree table example and get stuck with two problems. How can I avoid links in the tree leavlets? How can I update the tree on a new model. I've generated the tree information on a database query with a search field. When I press the search button, I expected the tree to

Re: Tree Table - Update Model

2009-05-14 Thread Kaspar Fischer
What worked for me is replacing the tree component via replaceWith() with a new instance of the tree. It's definitely not nice but at least it worked. Kaspar On 14.05.2009, at 14:55, Peter Diefenthaeler wrote: Hi every one, I tried the tree table example and get stuck with two problems.

Re: Tree Table - Update Model

2009-05-14 Thread Matej Knopp
In order for tree to update items your model must fire treeNodesChanged event. -Matej On Thu, May 14, 2009 at 2:55 PM, Peter Diefenthaeler pdief...@csc.com wrote: Hi every one, I tried the tree table example and get stuck with two problems. How can I avoid links in the tree leavlets? How