This question is locked. New answers and comments are not allowed.
Hi,
I know I can use the onchange event on the textbox but is it possible to add a jquery event outside of the box like:
It seems that telerik events overrides all other scripts cause the alertbox doesn't show up.
Regards,
Mattias
I know I can use the onchange event on the textbox but is it possible to add a jquery event outside of the box like:
<script language="javascript" type="text/javascript"> $('#Width-input').live('focus', function () { alert("Hey!!!"); });</script>It seems that telerik events overrides all other scripts cause the alertbox doesn't show up.
Regards,
Mattias