Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, 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

Need to provide event support while performing cell selection through the keyboard. So, the users can get the details of the selected cells to achieve their requirements. Like adding an aria-label with customized information to the selected cells to improve accessibility. Consider the below use case scenarios,


  1. Performing single-cell selection.
  2. Performing multiple cell selection using the ctrl + arrow keys.
  3. Performing multiple cell selection using the ctrl + shift + arrow keys.


Need to provide the start and end date time range of the selected cells. So, the user can set the aria-label attribute to the selected cell element based on this. So, the screen reader reads the start and end date time range of the cell selection.