1) We are getting a cell selection border when right click & open the context menu. See the screenshot attached with the cell value as "4".
2) cell focus border in arrow up/down/left/right. See the screenshot attached with the cell value as "-0.10".
The selectionModel we pass grid property as below.
selectionModel: { type: 'row', mode: 'block', column: false, row: true }
We need to remove the selected cell border. Please advise.