Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Greetings,

I noticed that when enabling the DataGrid Adaptive UI mode by setting EnableAdaptiveUI="true", some of the interactive controls within the grid dialogs do not have keyboard focus indicators.

For example, when I added EnableAdaptiveUI="true" to your Dialog Editing demo and opened the edit dialog, I was able to activate the "Save" and close (X) buttons with a keyboard but those buttons did not have visible focus styling to indicate this.

In addition, 
I also noticed the same issue with:

-The Verified checkbox in the edit dialog of the Dialog Editing demo
-The OK button, clear filter button, and back arrow (close button) in the filtering dialog in the Overview demo.

This would be an accessibility issue under WCAG 2.4.7:
https://www.w3.org/WAI/WCAG21/Understanding/focus-visible.html

I have attached screenshots of the dialogs I tested.

Let me know if you need more information. Thank you!


Ken Watson

DataGrid_DialogEdit.PNG

DataGrid_DialogOverview.PNG