Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1290
jQuery control not showing up.
posted

I'm creating my first MVC4 jQuery project and I'm taking close reference to the date-picker/date-picker-metro-theme sample.

However, when I run my site, the control doesn't show up.

This is the code I used in the cshtml file to render the control

@(Html.Infragistics().DatePicker()
    .ID("leftDatePicker")
    .Width(150)
    .DateInputFormat("dateTime")
    .Value(DateTime.Now)
           .Render())

I have added Infragistics.Web.Mvc dll. Referenced all the scripts and css folders. Added the assembly in the web.config.

I can't seem to attach my project, maybe the file size is too big. It's 17mb. I have uploaded it onto my dropbox

https://dl.dropbox.com/u/3487495/MvcApplication8.zip

The view containing the calendar is in DatePickerMetroTheme.cshtml