Highlighting of the headers with Mouse Over event.

Dear ladies and gentlemen,

is it possible to highlight headers items and change mouse cursor type (to pointer) while hovering the headers.
I’ve found onMouseOver event, but it works only with the cells.
If it’s not possible, will you add this functionality in the next version? (at least extend onMouseOver event to work also with headers and add possibility to specify the style of header items).

With best wishes,
Dmitry Orlov
PwC
Email: pwc.de
PricewaterhouseCoopers AG Wirtschaftsprüfungsgesellschaft

Unfortunately there is no such event for a header and we’re not planning to add such event.
But you may add an html-element to your header with the onmouseover event to implement the needed logic.
For example:

mygrid.setHeader("<div onmouseover='foo()'>some text</div>");