Hello there,
I am using Extjs 4.2 version. I wanted to know that how can we show the border of the selected grid panel cell ? I have multiple displays so i need common change.
I tried below css code but its visible on hover. I wanted that the selected cell remain select with border until another one not selected.
Code:.x-grid-cell:hover { border: solid 2px red !important; }
For reference please check the screen below:
CellSelection.png
with regards
vik