This question is locked. New answers and comments are not allowed.
Hello,
When testing the following code:
<%= Html.Telerik().DateTimePicker()
.Name(testing")
.Value(model.datetime)
.Interval(15)
.Format("yyyy-MMM-d hh:mm tt").HtmlAttributes(new {style="width:180px", onblur = "alert('a');"})%>
I notice the onblur function is not called at all. Am I missing something?
Many thanks.
When testing the following code:
<%= Html.Telerik().DateTimePicker()
.Name(testing")
.Value(model.datetime)
.Interval(15)
.Format("yyyy-MMM-d hh:mm tt").HtmlAttributes(new {style="width:180px", onblur = "alert('a');"})%>
I notice the onblur function is not called at all. Am I missing something?
Many thanks.