I can't find any property for adding a tooltip for ultra web grid. Can anybody let me know how it can be done.
If you want a tooltip for the specific cells there is a Title property off of each cell and a TitleMode property as well. Typically, you would set the tooltip in the InitializeRow event
Title Property:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Infragistics2.WebUI.UltraWebGrid.v8.2~Infragistics.WebUI.UltraWebGrid.UltraGridCell~Title.html
TitleMode Property:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Infragistics2.WebUI.UltraWebGrid.v8.2~Infragistics.WebUI.UltraWebGrid.UltraGridCell~TitleMode.html
Above links are not opening. We have been facing similar issue of showing Formatted(HTML) tooltips on UltraWebGrid. Please advice what to be done.