Categories | Question details Back To List | ||
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>,..."); |