G
Guest
NumericUpDown does not cause the ValueChanged event to fire if you enter some value using keyboard and perform a tab! You need to press return key for some strange reason. And 'coz of this, it does not validate the new value with the Maximum value you had set..
Works fine if you use the up/down controls though
Is there something like TreatTabAsReturn
-Nitin
Works fine if you use the up/down controls though
Is there something like TreatTabAsReturn
-Nitin