Sample MVC 6 DatePicker does not show in browser

Hi,
I create a MVC 6 app then convert it to Syncfusion but it does not show up when I try to view in browser. I attach the source code and screen shot. Pls help.
Thanks,
Hoai An

Attachment: WebApplication4_8ffa6563.zip

2 Replies

AT An Truong June 21, 2016 07:33 AM UTC

Here the screen shot...

Attachment: Capture_b29c1885.zip


FP Francis Paul Antony Raj Syncfusion Team June 22, 2016 04:07 PM UTC

Hi Hoai An, 
 
Thanks for contacting Syncfusion support. 
 
We have checked your sample. Please modify your code sample as mentioned below to render the Syncfusion Components in MVC 6 using HTML Helper. 
 
@{Html.EJ().DatePicker("MyFirstDatePicker").Render();}  
 
 
We recommended that please use Tag Helper syntax for rendering the Syncfusion controls in MVC 6. Since nested controls and controls having content template option are not rendered properly in MVC 6 if you are using HTML Helper syntax. To getting started with Syncfusion components in MVC 6, please refer to Getting Started – MVC 6.  
 
Please let us know, if you need any further assistance. 
 
Regards, 
Francis Paul A 


Loader.
Up arrow icon