Prevent focus on primary button when pressing Shift+Tab

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

1 Reply 1 reply marked as answer

IS Indrajith Srinivasan Syncfusion Team July 28, 2020 12:29 PM UTC

Hi Tobias, 
 
Greetings from Syncfusion support, 
 
We have validated your reported query. We don’t handle any separate action for focusing the SfDialog primary button with the keyboard action(Shift + Tab). The nodes will be switched, based on the focusable elements and reverse the same. We have also prepared a sample that tries to meet your requirements with table elements inside the SfDialog. 
 
 
Can you please check the above sample and let us know if it meets your requirements? 
 
Regards, 
Indrajith 


Marked as answer
Loader.
Up arrow icon