Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Tree Grid Refresh

$
0
0
I am using gwt-dev-2.4.0

I have a treegrid and it is working well. I can drag and drop nodes into it. When I do I call refreshRow with a row number.

I need to expand that row in the UI so that other processing can have access to sub folders (treeNodes).

in the class that is the Tree Grid I have setLoadDataOnDemand(true).. changing this to false would mean that I have the full tree of TreeNodes available to me, but.. breaks my displaying of them.. they overlap and things become a mess..

should I override the refreshRow method to.. refresh the children and display them..

as you can see I am not a UI person and GWT is.. new to me..

any ideas..
thanks for any help.. sorry for the newbie question..
..

Viewing all articles
Browse latest Browse all 4756

Trending Articles