Im unable to get javascript intellisense working for a specific controls client side API.
the control I'm working with right now is DateTimePicker.
how do I get javascript intelliesense to work with it?
none of these objects are available in intellisense
http://www.telerik.com/help/aspnet-ajax/calendar-client-side-rad-datetimepicker.html
I already added a reference to the core telerik javascript
I tried to add Name="Telerik.WebUI.Calendar.RadDateTimePicker.js" Assembly="Telerik.Web.UI" />
We have premium license and I looked in the source code and it has the vsdoc files for javascript intellisense but it doesn't work for me?
the control I'm working with right now is DateTimePicker.
how do I get javascript intelliesense to work with it?
none of these objects are available in intellisense
http://www.telerik.com/help/aspnet-ajax/calendar-client-side-rad-datetimepicker.html
I already added a reference to the core telerik javascript
<asp:ScriptManager ID=
"ScriptManager1"
runat=
"server"
>
<Scripts>
<asp:ScriptReference Name=
"Telerik.Web.UI.Common.Core.js"
Assembly=
"Telerik.Web.UI"
/>
</Scripts>
</asp:ScriptManager>
I tried to add Name="Telerik.WebUI.Calendar.RadDateTimePicker.js" Assembly="Telerik.Web.UI" />
We have premium license and I looked in the source code and it has the vsdoc files for javascript intellisense but it doesn't work for me?