Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

The current implementation of the DoubleTextBox control does not allow separating the displayed value from the actual value used for calculations. Specifically, when NumberDecimalDigits is set (e.g., to 2), it not only formats the display to 2 decimal places but also rounds the internal DoubleValue, leading to a loss of precision.

Customer Use Case:

The customer wants to display a number rounded to 2 decimal places (e.g., 12.12)
However, the control should retain the full original value (e.g., 12.123456) internally for accurate calculations.