Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
446
Read Only Grid + TextOverflow.Ellipsis = no hover over
posted

grid.DisplayLayout.RowStyleDefault.TextOverflow = TextOverflow.Ellipsis

+

grid.DisplayLayout.ReadOnly = ReadOnly.LevelZero

=

cells that overflow do not show the "hover over" alt/title text when putting my mouse over the cell.

 

If i change this to ReadOnly.NotSet it works like a champ.... Is this a bug / have a workaround?

 

 

I am running IE7 w/ NetAdvantage 2009 Version=9.1.20091.1015

  • 446
    Verified Answer
    Offline posted

    FYI... My support case was fixed with the following:

     

    Issue "26029: No tooltip appears when RowstyleDefault.TextOverflow is set to "Ellipsis"" has been addressed in service release versions 9.2.20092.2095 CLR 2.0, 9.2.20092.2095 CLR 3.5, 10.1.20101.2016 CLR 2.0, 10.1.20101.2016 CLR 3.5.

  • 446
    Offline posted

    If ReadOnly = ReadOnly.LevelZero, then the hover over does not show... If i select and drag over the text i can make the ellipsis go away and see the rest of the text hidden in the cell so i think this verifies that it is CSS which is performing the hiding w/ ellipsis... but it seems the "title='xxx'" attribute is not rendered with the read only grid via server side code.  I understand that ReadOnly is very limited in the amount of javascript which is run so if the title attribute is set using the CSOM is that missing in the "RO" version of the grid CSOM?  I have noticed that igtblro_initGrid is called on every read only grid.