Hello,
I have a JS table component inside my Blazor SfDialog. It uses Tab to advance to the next cell and Shift+Tab to go to the previous cell. Pressing Tab to go to the next cell works properly. However, when I press Shift-Tab to go to the previous one, it always highlights the primary "OK" button. I would like to prevent that from happening.
Is there a way to do that?
Thanks in advance!
--Tobias Markus