Hi Robert,
If my understanding is correct, you would like to put a cursor on a disabled textbox and navigate till the end of the text by using the left / right arrow keys of the keyboard? By design the only way you could put a curson on an input element, if it is enabled. (see the following
Dojo Sample for different textboxes).
If you want to enable a textbox by clicking on it, you could use the
readonly property of the input, and then subscribe it to the
focus and
focusout events which can be used to toggle the
readonly property. (see
Dojo Sample).
Kind regards,
Attila Antal
Progress Telerik
Get
quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.
Learn More.