Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Tree Grid Refresh

    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..
    ..
Working...
X