[PR #1337] implemented: user decimal separator on 'NumpadDecimal' #2682

Open
opened 2026-01-29 18:19:59 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/radzenhq/radzen-blazor/pull/1337

State: closed
Merged: Yes


When a culture other then English's is used. e.g. Dutch( Nederlands) the decimal separator is a , instead of an .
this Commit allows users to use the numpad with the numpad decimal. which will than insert CultureInfo.CurrentCulture.NumberFormat.NumberDecimalSeparator in the value instead of always a . (period)

this allows users with other cultures to easy use the numpad without the need to specifically use a , as the decimal separator.

**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/1337 **State:** closed **Merged:** Yes --- When a culture other then English's is used. e.g. Dutch( Nederlands) the decimal separator is a , instead of an . this Commit allows users to use the numpad with the numpad decimal. which will than insert CultureInfo.CurrentCulture.NumberFormat.NumberDecimalSeparator in the value instead of always a . (period) this allows users with other cultures to easy use the numpad without the need to specifically use a , as the decimal separator.
claunia added the pull-request label 2026-01-29 18:19:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2682