This question is locked. New answers and comments are not allowed.
i have a dropdown in a partial view and it is loaded through a panelbar using loadcontent from.. it seems like the data is getting there but when i click on it nothing happens. it does look like the java script not being pulled in , like it does not recognize there is a dropdown control and a datepicker so both are not working.. is there a work arround this. i do have this in the master page
@( Html.Telerik().ScriptRegistrar())
do i need to add them manually?
thanks