Tooltip of cell contents in GP...?

  1. #1

    Tooltip of cell contents in GP...?

    I have a column in a GP which has a lot of characters but have to set the width of the col to get it to fit - is there a way to set a tooltip so that when a user hovers over the cell the full cell contents are displayed?
  2. #2

    RE: Tooltip of cell contents in GP...?

    just got it in the renderer - so please ignore:

    
    
    
    var termDesc = function(v) {
    
    
    return '<div ext:qtip="' + v + '">' + v + '
    ';
    
    
    }

Similar Threads

  1. [CLOSED] GridPanel Cell Tooltip is not working
    By supera in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 27, 2017, 11:47 AM
  2. [CLOSED] GridPanel Cell Tooltip - javascript error on this.hide()
    By iansriley in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 16, 2011, 12:22 PM
  3. Replies: 0
    Last Post: Aug 30, 2011, 2:48 PM
  4. [CLOSED] Cell tooltip
    By Stefanaccio in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Feb 01, 2011, 4:34 PM
  5. Tooltip display on Grid Cell
    By madhugumma in forum 1.x Help
    Replies: 1
    Last Post: Jul 29, 2009, 3:31 PM

Posting Permissions