The code in NumericUpDown.NumericUpDownBehavior.js adds "padding-right: 24px" to the <DIV> element which wraps a <TABLE> where the target text box is moved. The padding messes up layout if you want to have something (e.g. "OK" button) to the right of the NumericUpDown control (see attached image).
↧