Announcement

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

    Add root node to a TreeGrid

    I'am using the TreeGrid and I am able to add leafs to root nodes but i cannot add a new root node. The callback function for the add operation shows that one record is added but treeGrid does not show it.
    Please see the following URL for details(you should be able to drag a project on the "termine" area)

    http://www.virtic24.com/browse/treetest.p

    Thanks you

    #2
    Hi Paul,

    This was fixed for 7.0 - are you able to try out the beta? If not, let us know..

    Comment


      #3
      Add root node to a TreeGrid

      yes I would be able to try the beta

      Comment


        #4
        treenode add root node in smartclient V7 beta

        Version 7 works fine and some other little problems are also solved. in the moment I have to markForRedraw on the scrolled event, because a redraw somtimes does not occur.
        By the way: what does the update to V 7 cost for me?

        Thanks
        Last edited by paulwilhelm; 25 Nov 2008, 12:39. Reason: no title

        Comment


          #5
          Hi Paul,

          On the scrolled() event - are you calling Super()? That might fix the issue.

          On upgrades - check with sales via the website contact form or by phoning.

          Comment


            #6
            scrolled event

            super fixes it, thanks

            Comment

            Working...
            X