I tried:
and I also tried:
both methods adjust the width, but the right side border gets cutoff. I have attached a screenshot, please note the area immediately to the right of the up down arrows. If I don't adjust the width then it looks fine but it's much to wide.
<input id="hoursBox" value="0" style="width: 100px" />and I also tried:
$("#hoursBox").width(100).kendoNumericTextBox({ format: "#.00", min: 0, step: 0.1 });both methods adjust the width, but the right side border gets cutoff. I have attached a screenshot, please note the area immediately to the right of the up down arrows. If I don't adjust the width then it looks fine but it's much to wide.