How to hide roweditor cls.
I am using row ediotr in my extJS grid. When I am clicking to my editor it is showing in higlighted mannner.
Here is the image. I want to remove the grid higligting which happening on click of grid editor.
Here is my code to remove update and cancel button.
listeners:{
'beforeedit':function(editor){
editor.getEditor().floatingButtons.hide();
}
},
Any help how to remove the hilighted cell which is my editor in extJS grid,