1. #1
    Ext GWT Premium Member mariusz.pala's Avatar
    Join Date
    Jun 2008
    Location
    Poland
    Posts
    263
    Vote Rating
    0
    mariusz.pala is on a distinguished road

      0  

    Default Grid cell tooltip

    Grid cell tooltip


    Hi,

    I want to avoid word-wrapping in grid cell and instead have a tool-tip so each row is on a single line. How can I add a tooltip to a cell when the content it's not fully visible?

    Thanks in advance for any help.

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,691
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    There is no direct way for this. You need to determine the size of the text in some method and than your GridCellRenderer needs to setup the qtip attribute if needed (http://www.sencha.com/examples/explorer.html#basicgrid)

Similar Threads

  1. Grid Cell Tooltip
    By badgerd in forum Ext 2.x: Help & Discussion
    Replies: 28
    Last Post: 23 May 2012, 10:01 AM
  2. Grid cell tooltip
    By mmarti in forum Ext 3.x: User Extensions and Plugins
    Replies: 2
    Last Post: 11 May 2010, 11:54 PM
  3. Hi Grid cell tooltip example
    By k4anil in forum Ext 3.x: Help & Discussion
    Replies: 1
    Last Post: 14 Jun 2009, 9:43 PM
  4. Trying to display the value of a grid cell in tooltip
    By Bruce in forum Ext 1.x: Help & Discussion
    Replies: 2
    Last Post: 12 Jul 2007, 12:19 PM