I am migrating my application from RadControls ASP.NET to Prometheus and have run into a problem with accessing my controls from javascript. For example, previously I used the following to access a combobox: var equipmentCombo = <%= rcbEquipment.ClientID %>; Since the switch, the object doesn't recognize telerik specific API calls (e.g. equipmentCombo.set_text("Loading..."); generates the Object doesn't support this method or property error). I've also tried using the $find("rcbEquipment") as I've seen in some examples, but that returns a null. Any ideas on what I missed in the migration?
Thanks
Thanks