This question is locked. New answers and comments are not allowed.
I am using the latest version of Telerix MVC "Version 2010.2.825.235" and when using the DataBinding like
<%: Html.Telerik().DatePickerFor(model => model.InventoryTypeTemplateInstance.ActivationDate)%>
In webpage instead of displaying the DatePicker Control , it is displaying like below:
<%: Html.Telerik().DatePickerFor(model => model.InventoryTypeTemplateInstance.ActivationDate)%>
In webpage instead of displaying the DatePicker Control , it is displaying like below:
<
div
class
=
"t-widget t-datepicker"
id
=
"InventoryTypeTemplateInstance_ActivationDate"
><
input
class
=
"t-input"
id
=
"InventoryTypeTemplateInstance_ActivationDate-input"
name
=
"InventoryTypeTemplateInstance.ActivationDate"
title
=
"InventoryTypeTemplateInstance.ActivationDate"
value
=
"9/15/2010"
/><
a
class
=
"t-link t-icon t-icon-calendar"
href
=
"#"
tabindex
=
"-1"
title
=
"Open the calendar"
>select date</
a
></
div
>