@*web components CSS styles reference*@ <link rel='nofollow' href="@Url.Content("~/Content/ej/web/Default-theme/ej.widgets.all.min.css")" rel="stylesheet" />
@*mobile components CSS styles reference*@ <link rel='nofollow' href="@Url.Content("~/Content/ej/web/ej.mobile.all.min.css")" rel="stylesheet" />
<script src="@Url.Content("~/Scripts/jquery-1.10.2.min.js")"></script> <script src="@Url.Content("~/Scripts/jsrender.min.js")"></script> <script src="@Url.Content("~/Scripts/jquery.easing.1.3.min.js")"></script>
@*web & mobile components combined script reference*@ <script src="@Url.Content("~/Scripts/ej/ej.widgets.all.min.js")"></script> |
<script type="text/javascript"> //To prevent input control auto initialization, we need to set this property App.renderEJMControlsByDef = false; //To prevent the initialization of AppView, we need to set this property App.preventAppviewInit = true; </script> |
Now, on the right side choose the option “Explore Samples” as shown in the image,
It will open the location where the controls are installed locally. Suppose if it is installed in C Drive, the location will be something like this,
[Installed Drive]: \Users\lab\AppData\Local\Syncfusion\EssentialStudio\13.4.0.53\JavaScript
Now we can find the “assets” folder, navigate through the folder structure as follows, we have get the CSS files.
assets->css->mobile
Please check with the given solution and let us know if you need any further assistance,
Regards,
Sasikala Nagarajan
[HTML] <!DOCTYPE html> <html> </head> <!--Style sheet for mobile controls--> <link rel="stylesheet" rel='nofollow' href="themes/ej.mobile.all.min.css" /> <body> <!--Mobile controls--> </body> |
[HTML] <!DOCTYPE html> <html> <!--Core file for IOS mode--> <link rel="stylesheet" rel='nofollow' href="themes/ej.mobile.ios7-core.min.css" /> <!--Light Theme for IOS mode--> <!--Dark Theme for IOS mode--> </head> <body> <!--Mobile controls--> |
[_Layout.cshtml] <script> App.renderEJMControlsByDef = false; |
[C#] //Useragent string of the devices |