- Home
- Forum
- ASP.NET Web Forms
- Can not see the datepicker
Can not see the datepicker
I want use a Datepicker control in asp.net web page.
I follow this guide
http://help.syncfusion.com/ug/js/documents/createmanually1.htm
In page designer, I can see the control
But, when I run the application, the control disappear and no display the calendar
What am I doing wrong?
I'm using Visual Studio 2013
Thanks
Hi Manola,
Thanks for using syncfusion products.
We are unable to reproduce the reported issue.
We suspect that the reported issue raising because of improper script reference, so could you please ensure that you have referred a dependent style and script files properly in your project.
Dependent-CSS style file:
1. ej.web.all.min.css
Dependent-Script files:
1. jquery-1.10.2.min.js
2. jquery.easing-1.3.min.js
3. jquery.globalize.min.js
4. ej.web.all.min.js
5. ej.webform.min.js
Please refer the UG Documentation link for dependent script and style files:
http://help.syncfusion.com/ug/js/documents/dependencies.htm
http://help.syncfusion.com/ug/js/documents/scriptreferences1.htm
http://help.syncfusion.com/ug/js/documents/cssreferences1.htm
In case if you referred the dependent files properly in your application then please share with us the same, we will analysis and provide the solution.
We have prepared a simple sample to exhibit this behavior and it is available in the following link:
http://www.syncfusion.com/downloads/support/directtrac/118411/SampleApp234188355.zip
Please let me know if you have any other queries.
Regards,
Muralishankar
Your example works fine, so, I've been comparing the codes.
In my site.master template I've this code:
<asp:ScriptManager runat="server">
<Scripts>
<%--Para obtener más información sobre cómo agrupar scripts en ScriptManager, consulte http://go.microsoft.com/fwlink/?LinkID=301884 --%>
<%--Scripts de Framework--%>
<asp:ScriptReference Name="MsAjaxBundle" />
<asp:ScriptReference Name="WebForms.js" Assembly="System.Web" Path="~/Scripts/WebForms/WebForms.js" />
<asp:ScriptReference Name="WebFormsBundle" />
<asp:ScriptReference Name="jquery" />
<asp:ScriptReference Name="bootstrap" />
<asp:ScriptReference Name="respond" />
<asp:ScriptReference Name="WebUIValidation.js" Assembly="System.Web" Path="~/Scripts/WebForms/WebUIValidation.js" />
<asp:ScriptReference Name="MenuStandards.js" Assembly="System.Web" Path="~/Scripts/WebForms/MenuStandards.js" />
<asp:ScriptReference Name="GridView.js" Assembly="System.Web" Path="~/Scripts/WebForms/GridView.js" />
<asp:ScriptReference Name="DetailsView.js" Assembly="System.Web" Path="~/Scripts/WebForms/DetailsView.js" />
<asp:ScriptReference Name="TreeView.js" Assembly="System.Web" Path="~/Scripts/WebForms/TreeView.js" />
<asp:ScriptReference Name="WebParts.js" Assembly="System.Web" Path="~/Scripts/WebForms/WebParts.js" />
<asp:ScriptReference Name="Focus.js" Assembly="System.Web" Path="~/Scripts/WebForms/Focus.js" />
<%--Scripts del sitio--%>
</Scripts>
</asp:ScriptManager>
Removing this line
<asp:ScriptReference Name="jquery" />
It works fine.
Thanks a lot!
Hi Manola,
Thanks for your update.
We are glad that your issue have been resolved.
Kindly get back to us if you have further queries.
Regards,
Muralishankar
- 3 Replies
- 2 Participants
-
MA Manolo
- Mar 5, 2015 05:47 PM UTC
- Mar 10, 2015 09:57 AM UTC