Coder Social home page Coder Social logo

Comments (2)

xceedsoftware avatar xceedsoftware commented on July 17, 2024

SeeSharp[CodePlex]
I agree that my implementation is not correct, you right. Extended WPF Toolkit requires more elegant/smart decision. Using Text property it is bad idea. Thanks for comment and useful library!

from wpftoolkit.

xceedsoftware avatar xceedsoftware commented on July 17, 2024

brianlagunas[CodePlex]
I will have to take time to think about this one. I am not sure this is something the NumericUpDown control should handle. The NumericUpDown control is used to increment/decrement numeric values, not null values. Also, if implementated I would not change
the way in which a user used the control in XAML. The user should always bind to the Value property, never the Text. Also, the reason decimal values were there is because a user can change the ValueType of the Value to any other numeric data type including
Decimal, by setting the ValueType property. So where ever you see Decimal, should stay Decimal. If you are going to support null values you wouldn't want to set the value to NaN, it should just be null.

from wpftoolkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.