Hi Kevin,
Thanks for using Syncfusion Products.
We suspect that the reported issue (“Object doesn't support property or method 'ejDatePicker' textedit”) might have occurred due to not referring the script files properly. Refer the scripts and css files as shown below.
<!--Dependent CSS for Essential JavaScript Components--> <link rel='nofollow' href="Content/ej/default-theme/ej.web.all.min.css" rel="stylesheet" />
<!--Dependent Scripts for Essential JavaScript Components-->
<script src="Scripts/jquery-1.10.2.min.js"></script>
<script src="Scripts/jquery.easing.1.3.js"></script>
<script src="Scripts/jquery.globalize.min.js"></script>
<script src="Scripts/jquery.globalize.cultures.min.js"></script>
<script src="Scripts/ej/ej.web.all.min.js"></script>
|
We have attached a documentation which is in review phase. The documentation can be downloaded from the following location
Document link: http://www.syncfusion.com/uploads/user/directTrac/127572/LightSwitch-Document-647654255.zip
In the above documentation we have explained how to use our components in LightSwitch HTML. You can find the details regarding the scripts and theme reference in the documentation.
If still you face any problems in using our components, please get back to us we will assist you gladly.
Regards,
GobalaKrishnan S
From: Kevin Bates [mailto:KBates@wn1-it.com]
Sent: Tuesday, November 04, 2014 7:35 PM
To: Syncfusion Support
Subject: Re: Syncfusion support community forum 117525, Object doesn't
support property or method 'ejDatePicker' textedit, has been updated.
Thanks, but the files are not in scripts folder
Sent from Surface
Hi Kevin,
We suspect that the dependent essential JavaScript scripts and CSS reference are not loaded in LightSwitch HTML Application. You may not include the needed scripts and CSS reference in the respective folder.
Since currently we are providing only the extension support to render the control in LightSwitch HTML Application, we have to manually include the above [Previous Response] dependent scripts and CSS to LightSwitch Application and refer that scripts and CSS files on the default.html page present in the Client folder of the project.
We can find all dependent scripts and CSS files from the following location, If you installed Essential JavaScript otherwise refer the below CDN link.
<!-- style sheet for default theme(flat azure) --> <link rel='nofollow' href="http://cdn.syncfusion.com/js/web/flat-azure/ej.web.all-latest.min.css" rel="stylesheet" />
<!--scripts--> <script src="http://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="http://ajax.aspnetcdn.com/ajax/globalize/0.1.1/globalize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="http://cdn.syncfusion.com/js/web/ej.web.all-latest.min.js"></script>
|
JavaScript Installed location:
%localappdata%\Syncfusion\EssentialStudio\12.3.0.36\JavaScript\assets.
Also we would like to let you know that, we have planned to provide the Nuget package for the LightSwitch Application. So that it will reduce the manual work of including the CSS and Scripts in application. We have already logged this (“Nuget Package support”) as a feature request in our database.
Please include the required files in and try, if still you face any problems, please get back to us we will be happy to assist you.
Regards,
Gobalakrishnan S
Hi Ray,
Sorry for the inconvenience caused,
We are unable to reproduce the reported issue in our side. Once we referred the script and CSS files correctly in default.html page, the controls renders properly.
For your convenience we have prepared the simple sample in light switch application and attached that sample here for your reference. Sample can be download from below location.
Please check the given sample by comparing with your project and let us know if it helps. If still you are facing the problem, please revert us with replication procedure. So that we can check our controls functionality and provide you with a better solution.
Regards,
Sasikala Nagarajan
Hi Ray,
Thanks for the update.
Please get in touch with us if you would require any further assistance.
Regards,
Sasikala Nagarajan