it would be nice if anyone can shed some light on this.
thanks
Mark
0
Daniel
Telerik team
answered on 24 Apr 2009, 06:39 AM
Hello Mark,
Our controls are based on the Microsoft AJAX framework. In order to get a reference to a component object on the client-side, so that you can use its API, you should use the short-hand method $find, which is part of the Microsoft AJAXclient library. ASP.NET AJAX documentation - $find Shortcut Method
There is no way to attain the same using getElementById because it returns an HTML DOM object, not a control instance. HTML DOM getElementById() Method