I wish to set width of a RadNumericTextBox
which is rendered as a input element on page using javascript
.
I have successfully set the width but the telerik
controls have build in javascript functions which reset the input element width on certain javascript events.
I cannot achieve this through backend as this controls are dynamically generated and the width is set for only some specfic controls.
is there anyway to maintain the width of textbox
using javascript regardless of any events which may be fired and reset the width.