Format displayed number in RadzenNumeric #74

Closed
opened 2026-01-29 17:31:08 +00:00 by claunia · 1 comment
Owner

Originally created by @MPapst on GitHub (Mar 29, 2021).

Is your feature request related to a problem? Please describe.
Numbers get quite confusing, especially if they are big and need to be handled by users (in a GUI :)).
Therefore most frontend frameworks support a formatting of numbers with decimal seperators, thousand separators etc.
C# offers the ToString Method on numeric values with a formatter.

Describe the solution you'd like
Add a Format Property to the RadzenNumeric that (optionally) allows to format the Display according to the current UI Culture.

Describe alternatives you've considered

  • Creating an own component --> the RadzenNumeric Component is the perfect place to use
  • Hack it into RadzenInput --> Multiple String to Value Conversions are necessary to handle that
Originally created by @MPapst on GitHub (Mar 29, 2021). **Is your feature request related to a problem? Please describe.** Numbers get quite confusing, especially if they are big and need to be handled by users (in a GUI :)). Therefore most frontend frameworks support a formatting of numbers with decimal seperators, thousand separators etc. C# offers the ToString Method on numeric values with a formatter. **Describe the solution you'd like** Add a Format Property to the RadzenNumeric that (optionally) allows to format the Display according to the current UI Culture. **Describe alternatives you've considered** * Creating an own component --> the RadzenNumeric Component is the perfect place to use * Hack it into RadzenInput --> Multiple String to Value Conversions are necessary to handle that
Author
Owner

@MPapst commented on GitHub (Mar 30, 2021):

@enchev do you have a release cycle with regular releases?
When can I expect to have a NuGet Package with the changes?

Thanks for merging the Pull Request 👍

@MPapst commented on GitHub (Mar 30, 2021): @enchev do you have a release cycle with regular releases? When can I expect to have a NuGet Package with the changes? Thanks for merging the Pull Request 👍
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#74