Radzen Blazor 4.23 - Unable to edit text input / textarea controls in datagrid edit mode #1052

Open
opened 2026-01-29 17:48:22 +00:00 by claunia · 0 comments
Owner

Originally created by @liam-gray on GitHub (Dec 8, 2023).

Describe the bug
In the latest 4.23 release, when typing to edit text fields or text area controls, the input is ignored and the text doesn't appear.
I think it's probably because the onkeydown event is caught by the new keyboard navigation behaviour, and calling preventDefault: 80f319311e

To Reproduce
Steps to reproduce the behavior:

  1. Go to https://blazor.radzen.com/datagrid-inline-edit
  2. Click on Edit for any grid row
  3. Click to focus Ship Name, Ship Country or Ship City input fields
  4. Attempt to type new text into the field
  5. New text does not appear

Expected behavior

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. MacOS]
  • Browser [e.g. chrome, firefox]
  • Version [e.g. 4.23]

Additional context
I would put up a PR but there are a few alternatives for how to fix this so I'm raising a bug instead.

Originally created by @liam-gray on GitHub (Dec 8, 2023). **Describe the bug** In the latest 4.23 release, when typing to edit text fields or text area controls, the input is ignored and the text doesn't appear. I think it's probably because the onkeydown event is caught by the new keyboard navigation behaviour, and calling preventDefault: https://github.com/radzenhq/radzen-blazor/commit/80f319311ef8e4814636f6f037fc5b74dd92398e **To Reproduce** Steps to reproduce the behavior: 1. Go to https://blazor.radzen.com/datagrid-inline-edit 2. Click on Edit for any grid row 3. Click to focus Ship Name, Ship Country or Ship City input fields 4. Attempt to type new text into the field 5. New text does not appear **Expected behavior** **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - OS: [e.g. MacOS] - Browser [e.g. chrome, firefox] - Version [e.g. 4.23] **Additional context** I would put up a PR but there are a few alternatives for how to fix this so I'm raising a bug instead.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#1052