Hi
I need to apply css class of a particular cell ( grid panel) on mouse hover. How should i do it ?
Printable View
Hi
I need to apply css class of a particular cell ( grid panel) on mouse hover. How should i do it ?
I am actaully looking at changing the background color of the cell dynamically when user hovers on it .
Hi Praveen,
Override the CSS class-
Here is working example - http://jsfiddle.net/maneeshgo/KXBdE/Code:.x-grid-cell:hover{
background-color:red;
}