Providing own cell header mouseover/mouseout event methods per column
How can I set my own method for the mouseover event for a specific column header?
I tried for all header the following:
but this only invokes mymethod during writing the grid. But anyway, that is not what I really want to achieve, but I am already having problems here.
Basically I would like to declare for each column header for mouseover and mouseout a specific behavior, but I have a hard time figuring it out.
Thankfull for any help or hints...
I tried for all header the following:
obj.getTemplate("top/item").setEvent("onMouseOver", mymethod());
but this only invokes mymethod during writing the grid. But anyway, that is not what I really want to achieve, but I am already having problems here.
Basically I would like to declare for each column header for mouseover and mouseout a specific behavior, but I have a hard time figuring it out.
Thankfull for any help or hints...
Andreas
March 25,