veeresh.hubballi
23 Apr 2012, 4:56 AM
I have a grid where i need to remove the mouse hover effect for the particular row on some condition.
I am am doing this by removing the CSS of the row using the method
view.removeRowCls(rowIndex,'x-grid-row');
But when i do this i loose and the events associated with the row
Example i cannot call the listener cellclick after removing the CSS.
Is there a way where i remove the mouse hover feel without loosing the listener events.
I am am doing this by removing the CSS of the row using the method
view.removeRowCls(rowIndex,'x-grid-row');
But when i do this i loose and the events associated with the row
Example i cannot call the listener cellclick after removing the CSS.
Is there a way where i remove the mouse hover feel without loosing the listener events.