I'm using Syncfusion Blazor SfGrid with FrozenRows and FrozenColumns enabled.
In my case, the first row and first column are frozen:
FrozenRows = 1
FrozenColumns = 1
The problem is that users can still focus on the frozen cells. When clicking or navigating with the keyboard, the frozen cells show a focus outline.
I want the frozen area (both rows and columns) to behave like a non-editable header area:
- Cannot be selected
- Cannot receive focus
- No focus outline should appear
- Users should only interact with the scrollable cells
Currently I tried cancelling the selection in CellSelecting: