Change header color dynamically
Can any one please tell the way to change the header text /background color in grid dynamically ? ( Ex: MouseOver event on Header, need to change the header color.. )
Ganesh
October 20,
var disabled = new AW.Grid.Header;
disabled.onMouseOver = function(col){ return this.getContent("box").setStyle("background", "red") };
disabled.onMouseOut = function(col){return this.getContent("box").setStyle("background", "#EBEADB") };
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021