Hi Dona,
The $find in jQuery provides a shortcut to the Sys.Application.findComponent method which returns the corresponding component. From the Q3 2008 version of RadControls for ASP.NET AJAX the Telerik.Web.UI assembly includes the jQuery javascript
library. Here the jQuery object is available as
$telerik.$ instead
of the default
$ or jQuery aliases. This is so to avoid
compatibility issues with applications which already use (other versions of)
jQuery. For more info you can check the
documentation of the noConflict method.
Fortunately there are easy workarounds to enable back the
$ alias such as using a global variable in your script.
JavaScript:
Thanks,
Shinu.