Categories | Question details Back To List | ||
Mouseovers on headings Is there a way to provide "mouseover" "balloon help" over specific header cells? Thanks and have fun, Paxton Answer posted by Support on Apr 23, 2008 01:44 There is no such built in functionality, but you can place any HTML inside grid header, and use title attribute from it grid.setHeader("A,<span title=' custom tooltip text here '>B</span>,C") |