Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Satheesh Kumar K on Sep 22, 2008 20:48
open dhtmlx forum
Adding Tooltip to the Header

I have a requirement to add tool tip to the grid header.Please let me know how i can add in version 5.0
Answer posted by dhtmlx support on Sep 23, 2008 06:02
You can place html into header's cell and set the "title" attribute:

    grid.setHeader("<div title='some your text'>Column 1</div>,...");