Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Paxton Scott on Apr 22, 2008 10:03
open dhtmlx forum
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")