Questions tagged [kendo-datepicker]

Represents the Kendo UI DatePicker widget

Kendo datepicker is a component of KendoUI for providing visual date selection.


Related tags

185 questions
0
votes
1 answer

kendo datepicker calendar missing today date

I am using kendo scheduler and the the event template uses the kendo datepicker, unfortunately the kendo datepicker calendar is missing today's date which is 10th of december. Is this a bug?
0
votes
0 answers

Kendo Validation of two datepicker greaterThan

I have a Kendo UI date picker extension for MVC4. I would reply this kendo demo, where there are 2 datepicker and if i put in the "startDate" a date greather than the "EndDate", kendo validator must show the error. The validation of kendo don't…
jebbo
  • 53
  • 3
  • 14
0
votes
1 answer

Kendo UI datepicker to show Financial years

Creating a website for manipulating TAX related data. So we need to show financial years on most of the pages. One of my collages done this as a workaround. Is there any property for Kendo datepicker to achieve this? …
0
votes
1 answer

How to change view date dynamically (which is filter event by date time)

I Want to filter event by date but date is pass by normal input type="text" not kendo default datepicker.And display passing date in kendo schduler header But cant not change view date.This is my code......... $scope.searchEventByDate = function…
Sundar
  • 142
  • 1
  • 15
0
votes
1 answer

Kendo UI DatePicker Custom Mask

I'm trying to make a masked DatePicker using Kendo UI. Fortunately i have found an example how to achieve this: http://docs.telerik.com/kendo-ui/aspnet-mvc/helpers/datepicker/how-to/masked-date-picker-grid Unfortunately i can't change the mask from…
0
votes
1 answer

How to Pass DateTimePicker Value to Controller from VIew?

I want to transfer datetimepicker value to my controller. I am able to transfer value by regular: //PassDate Value While Calling Main Controller. vrdCurv = "@Url.Action("GetOutgoingMessage", "OutGoingMessages", new { ABC = "asdnfsdf"…
0
votes
0 answers

Disabling dates in Angular kendo Date picker

I'm struggling a bit with disabling weekends and non working days in Kendo Date Picker with Angular what I have so far is $scope.dtpFrmOptions = { change: startChange, format: "dd/MMM/yyyy", dates: $scope.holidaylist,…
GeoCoder
  • 5
  • 4
0
votes
0 answers

How to add ngDisabled after page load

I am working with angularjs and Kendo controls. I am creating two Kendo DatePickers after the DOM is loaded. I need to disable them under one condition, when I place ng-disabled in my .cshtml file, I am not able to create Kendo DatePicker. I was…
RandomUser
  • 1,843
  • 8
  • 33
  • 65
0
votes
2 answers

MVVM-KendoNumericTextBox restore previous value without triggering 'change' twice

I'm using Kendo MVVM and I have a kendo numerictextbox bound to a kendo observable. All I want is: when the user changes value, a confirm should pop saying something like 'are you sure?' if yes -> no problem, go on. if no -> NOTHING should…
0
votes
2 answers

I want to set the end date to be after start date in Kendo grid using Kendo DatePicker

function dateEditor(container, options) { $("") .appendTo(container) .kendoDatePicker({ format: "dd MMMM yyyy", min:new…
gokul raj
  • 1
  • 2
0
votes
2 answers

Kendo DateTimePicker Culture Doesn't work Asp.net MVC

I have a kendo data picker to display the date, I want to have the date information in French for that I used the efficient script in my layout page like bellow:
ODE
  • 285
  • 5
  • 22
0
votes
1 answer

Problems with current date using a date picker inside a tabstrip

I have this code: It's displayed OK with the current date, but if I put the same item inside of a Kendo UI Tabstrip the current date is…
alazbetty
  • 19
  • 7
0
votes
1 answer

How to validate disabled Kendo Datepicker with jQuery Validate?

I'm validating my from with jQuery Validate,and I've disabled the user input to Kendo Date. But the validation for datepicker is not working when I applied disabled="disabled" to the Kendo datepicker.
Mallikarjuna Rao
  • 213
  • 1
  • 4
  • 17
0
votes
1 answer

How to set max date of the kendo Date picker in Kendo Grid by using jquery?

I want to set the Maximum date for Kendo Date picker in Grid. I've a column with type "date", so i want to set maximum date for the Datepicker for that column.
0
votes
1 answer

How to disable the kendo Datetime picker in Kendo Grid by using jquery?

$("#ElementId").attr("disabled","disabled"); The Above code only works for the Date pickers which are declared in Html page. But I want to Disable the kendo Date picker in the kendo Grid Header Filter area.
Mallikarjuna Rao
  • 213
  • 1
  • 4
  • 17