Skip to content

[Bug]: DataGridColumn / DataGridNumericColumn rapid editing problem when TItem is double #5972

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
oaldrian opened this issue Feb 13, 2025 · 0 comments
Labels
Type: Bug 🐞 Something isn't working

Comments

@oaldrian
Copy link
Contributor

Blazorise Version

1.7.x, and I assume all other before

What Blazorise provider are you running on?

Bootstrap4

Link to minimal reproduction or a simple code snippet

https://blazorise.com/docs/extensions/datagrid/features/editing#toc_Rapid-Editing

Steps to reproduce & bug description

  • Click the Grid to select a cell in the Salary column
  • Cell is outlined with a black border
  • Start Typing
  • editing mode is automatically started
  • typing stops after first number

in order to type a bigger number xxxx,xx you have to select the contents and start typing again.

this does not happen with string or int columns

it seems this is because the cursor switches to the end of the input (x.xx|) after the first entered number. NumericPicker has the same problem if the cursor is at the end, but there it does not switch automatically to the end so typing is ok.

What is expected?

bigger numbers can be entered without selecting the contents first.

What is actually happening?

entering a number stops after the first entered digit

What browsers do you see the problem on?

Chrome, Microsoft Edge

Any additional comments?

No response

@oaldrian oaldrian added the Type: Bug 🐞 Something isn't working label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant