Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Aug 31, 2007 08:03
open dhtmlx forum
xml syntax for tooltip

tooltip is not appearing when mouse cursor is moved to column header
please tell me the xml syntax of it.
Answer posted by Stanislav on Sep 03, 2007 13:16
By default tooltip headers doesn't provide tooltip you can use HTML in headers to provide them

grid.setHeader("<span title='some tooltip'>column A</span>,<span title='some tooltip'>column B</span>,Column C");