[CLOSED] treepanel tooltip not destroyed and shows on grid

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] treepanel tooltip not destroyed and shows on grid

    Hi,

    we have a situation where the tooltip rendered on a treenode is displayed as the row tooltip for the grid. this affects the grids on the same page as the treepanel and the grid rendered after the user navigate away from the page the contains the tooltip. In situation where the grid also have a row tooltip implemented, the grid shows the grid tooltip as well as the treepanel tooltip.

    The tooltip for the treepanel is created as shown below.

     var node = {
                text: data.Title,
                Type: data.Type,
                Model: data,
                leaf: false,
                children: [],
                qtip: "my tooltip"
    
            };
    how can this tooltip be prevented from rendering on grid row/

    regards
    Last edited by Daniil; Nov 19, 2013 at 5:53 AM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] Desktop windows not destroyed on closing
    By SymSure in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 30, 2012, 7:04 PM
  2. Replies: 7
    Last Post: Nov 13, 2011, 4:43 PM
  3. Replies: 5
    Last Post: Mar 23, 2011, 9:57 AM
  4. Replies: 0
    Last Post: May 19, 2010, 4:49 PM
  5. Replies: 4
    Last Post: Dec 18, 2009, 6:18 PM

Posting Permissions