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

0
Votes

When placing the DatePicker inside the TreeGrid component, it is not possible to use the arrow keys to move the focus to the date cells. This issue arises because the focus cannot be moved from the input field to the popup when the DatePicker is configured within the TreeGrid cells. Therefore, it is necessary to move the focus to the table element when opening the popup of the DatePicker component.



Replication procedure:

  • Run the sample.
  • Open the popup using date icons.
  • Try using arrow keys to move focus of date cells.

Expected Output:  Able to move the focus of data cells using the arrow keys when the popup is open.  

Current Output: Unable to move the focus of data cells using the arrow keys when the popup is open.