Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Elegant Grid Tech Support » Is it possible to modify the tooltip text of a cell? Collapse All
Subject Author Date
Francois Bronsard Oct 27, 2009 - 9:02 PM

Hi,


I would like to display some custom text as a tooltip when the user hover over some special cells in a BoundGridControl.  Is that possible?


Francois

Technical Support Oct 28, 2009 - 9:27 AM

Currently you cannot change the content of the tool-tip above a cell because it is intended only to show the cell’s textual data that cannot fit the cell rectangle. But you can easily show a custom tooltip manually by using System.Windows.Forms.Tooltip.Show method. If you experience any problems with this, just let us know.