I want to use datetimepicker from bootstrap so I follow manual installing guides in this site bootstrap-datetimepicker but I\'ve got following error:
I had the same issue and my workaround was add new class for my datetime control and selector for it with position: relative attribute:
position: relative
@Html.EditorFor(i => i.StartDate)
Hope this helps!