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

You can place html into header’s cell and set the “title” attribute:

    grid.setHeader(“

Column 1
,…”);