Hybrid View
-
25 Sep 2012 10:09 PM #1
css class on mouse hover in grid panel
css class on mouse hover in grid panel
Hi
I need to apply css class of a particular cell ( grid panel) on mouse hover. How should i do it ?
-
26 Sep 2012 1:35 AM #2
I am actaully looking at changing the background color of the cell dynamically when user hovers on it .
-
26 Sep 2012 2:29 AM #3
Hi Praveen,
Override the CSS class-
Here is working example - http://jsfiddle.net/maneeshgo/KXBdE/Code:.x-grid-cell:hover{ background-color:red; }sword-it.com, Sencha Developer House in Turkey - Istanbul University Technopark Suite 204.


Reply With Quote