Announcement

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

    Tool Tip for Nested Grid

    SmartClient Version: v10.0p_2015-06-10/PowerEdition Deployment (built 2015-06-10)
    Browser Version : IE 11.0.9600.17843

    I have nested grid with Tooltip enabled for Parent Grid and Tooltip disabled for the Child grid(Nested inner grid). But still the Inner grid shows the Tooltip from the above grid. I want to disply Tooltip only for Outer (Parent) grid.

    Used the Expansion Component for the Nested grid.

    For Parent Grid:(Outer Grid)
    lGrid.setCanHover(true);
    lGrid.setCanSort(true);

    ​For ChildGrid:(Inner Grid)
    lGridSub.setCanHover(false);
    lGridSub.setCanSort(false);

    Any suggestion Please

    Thanks
    Last edited by jaikumar; 24 Nov 2015, 09:02.

    #2
    Any help Please

    Comment

    Working...
    X