Hi I just got this fantastic set of controls and i have succesfully added them to an excisting MVC application
My problem is than i cant seem to get the timepicker to use a custom css class, I done it on the datepicker like so:
@{ Html.Syncfusion().DatePicker("startDatePicker", new { @class = "input-control text" }).Render(); }
but when i try to do it on the timepicker i get an error (compiling error):
@Html.Syncfusion().TimePicker("TimePicker","myTimePicker", new { @class = "input-control text" })

And the control needs to be styled

Can anybody help me with the timepicker?
-Jacob