Hello,
When I set ReadOnly=true on a RadNumericTextBox via markup, the client event OnFocus() does not fire.
The documentation does not mention that this doesn't fire when it is readonly.
http://www.telerik.com/help/aspnet-ajax/input-client-side-onfocus.html
To ensure that this is not a problem with the <input> element, I added this and it works fine.
Is this a bug or by design?
Thanks!
Thad