You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on blazor server side application and I refered to manual grid example (please check the example from the right side menu) to build my datagrid. Notice that in the documentation, you can navigate to cells using keyboard and when you hit enter it focuses to the textbox inside the cell. However in my case, i can just navigate the cells using keyboard but hitting enter on a cell doesn't move focus to the textbox inside the cell. In the example it has attached two events for row/cell focus but it just write some console messages. Which means the focus to child control should happen by default. Anyone who came across this same issue?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am on blazor server side application and I refered to manual grid example (please check the example from the right side menu) to build my datagrid. Notice that in the documentation, you can navigate to cells using keyboard and when you hit enter it focuses to the textbox inside the cell. However in my case, i can just navigate the cells using keyboard but hitting enter on a cell doesn't move focus to the textbox inside the cell. In the example it has attached two events for row/cell focus but it just write some console messages. Which means the focus to child control should happen by default. Anyone who came across this same issue?
Beta Was this translation helpful? Give feedback.
All reactions