Popup in header

Hi,

Is there a way to attach a dhtmlXPopup to grid header ?

The idea is to explain the columns label with different popup.

thanks

You may place any required html-content to your header:
myGrid.setHeader(“

your header text</div”)
and attach your popup to that html.