1. #11
    Ext User
    Join Date
    Jun 2008
    Posts
    11
    Vote Rating
    0
    mahe4us is on a distinguished road

      0  

    Default


    Hi Animal,

    Thanks for your wonderful replies.... Now tt works superb..... Really I experienced a good resoponse from you... Thanks a lot...

    Thanks

  2. #12
    Sencha - Ext JS Dev Team Animal's Avatar
    Join Date
    Mar 2007
    Location
    Notts/Redwood City
    Posts
    30,458
    Vote Rating
    20
    Animal is a jewel in the rough Animal is a jewel in the rough Animal is a jewel in the rough

      0  

    Default


    I have suggested a Feature Request which would help in doing thnigs like this: http://extjs.com/forum/showthread.php?t=55690

  3. #13
    Ext User
    Join Date
    Sep 2010
    Posts
    32
    Vote Rating
    0
    pulkitagarwal is on a distinguished road

      0  

    Default ToolTip for only certain rows

    ToolTip for only certain rows


    I want to show tooltip only if a articular column hass certain value .
    To explain I want to show tooltip only where 'account disable' column is true - telling the user to enable it.
    What modifications should I make. Can't get this code working.

  4. #14
    Sencha - Community Support Team Condor's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    24,251
    Vote Rating
    40
    Condor is a splendid one to behold Condor is a splendid one to behold Condor is a splendid one to behold Condor is a splendid one to behold Condor is a splendid one to behold Condor is a splendid one to behold Condor is a splendid one to behold

      0  

    Default


    Use Animal's DataTip and write a beforeshowtip event that returns false when the tip should not be visible.