[CLOSED] Tooltip to show full value, whenever there are ellipses in Grid Panel

  1. #1

    [CLOSED] Tooltip to show full value, whenever there are ellipses in Grid Panel

    Hi

    Ext.Net has a nice feature in grid, when you reduce the column width, it shows the value with (...) Ellipses.
    But the customer wants to see the full value on the mouse over, as a tooltip. Although, I am able to do it with the help of CSS.

    Now the issue is, the tooltip should only come when there are ellipses. :)

    In the given example, if you reduce the width of Company column you will get to see the ellipses. :)

    http://mvc.ext.net/#/GridPanel_Colum...Configuration/

    Please suggest if it is achievable in Ext.Net?

    Thanks,
    Rajiv Dutt
    Last edited by Daniil; Feb 14, 2014 at 1:47 PM. Reason: [CLOSED]
  2. #2
    Hi @RajivDutt,

    You can take this example as a base.
    https://examples2.ext.net/#/Miscella..._Cell_Tooltip/

    Then you can use a Tooltip's BeforeShow listener. If return false from a BeforeShow listener, a Tooltip won't appear.

Similar Threads

  1. Replies: 1
    Last Post: Jan 17, 2014, 3:43 PM
  2. Replies: 11
    Last Post: Apr 04, 2013, 4:49 AM
  3. Replies: 1
    Last Post: Aug 12, 2012, 7:32 AM
  4. [CLOSED] How to display ellipses in a DisplayField?
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 16, 2012, 1:09 PM
  5. [CLOSED] Use ellipsis and tooltip with the full information
    By majunior in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 01, 2011, 12:38 AM

Posting Permissions