kendo-datepicker Questions
3
Solved
I have the following control:
@(Html.Kendo().DatePickerFor(model => model.Attributes.DueDate)
.HtmlAttributes(new {
ID = "idSurvey_DueDate",
@data_bind = "value: DueDate",
@Class = "repo...
Liverpudlian asked 10/1, 2014 at 19:50
3
i'm working on a asp.net - angular 5 web application, I need to load a component with empty fields to fill, some of this fields are KendoDatePicker (for Angular), I need to choose if select(insert)...
Avoidance asked 27/9, 2018 at 13:26
6
Solved
I want to set today date to Kendo DatePicker on clear button click. I tried following but it is not working.
$('#btnClear').click(function () {
$("#StartDate").data("kendoDatePicker").value(new D...
Rustyrut asked 16/8, 2014 at 6:19
1
Solved
I'm trying to set the value of my DatePicker using the code below and expecting the "Change" event to be raise but it doesn't.
var datePicker = $("#datePicker").data("kendoDatePicker");
var previ...
Molest asked 30/3, 2013 at 8:4
1
© 2022 - 2024 — McMap. All rights reserved.