TIWDBAdvWebGrid Hints

IW 12.1.22
Is there anyway that I can get a hint to appear when mousing over the header of  a column?  I haven't been able to find a way of doing this.
Simon

Unfortunately it's currently not supported to automatically have a hint placed on a column header.


As an alternative you can use the following HTML for the Column[].Title property value to display a hint:

<div title="hint" style="width:100%;height:100%;">title</div>

Bart Holvoet2012-06-18 04:41:00

Thanks again Bart