Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
If you have a cell template that has multiple interactive fields, such as an input and a select, or 2 inputs, neither of those fields receives focus when using the tab key on the keyboard to navigate to the cell. As far as I can tell, there is no way to interact with those elements at all, using keyboard navigation. If there is only a single interactive field, that field is given focus as soon as the user tabs to the cell, so it is not a problem then. But when there are multiple interactive fields, the focus stays on the cell itself. Here is a simple cell template that can be used to reproduce the problem: