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