Hello all.
I have trouble with Maxlenght and MaxValue. It's work when you type but not work when you paste from Contextmenu or press Ctrl+V.
Example: When you set MaxValue = 1.000 you can not type (from keyboard) more than 1.000. But you can paste any value you want (ex: 3000). In this case, you will have a error message "Unable to update the data value. Input value dose not satisfy maximum value constraint".
Anybody help me solve this problem, or provide a solution.
Thank you
Reagard.
Hello
My Customer don't want update to new version.
Have you got any way to solve this problem.
Thank you.
What if you manually constrained the maxlength/maxvalue in the control's value changed event? I know that may not be the most desired method, but at least it would be a working solution from the customer's point of view.
I tried that way. But when you paste invalid value (exceed maxlenght) value change event not fire.