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?
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…
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?
…
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…
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…
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"…
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,…
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…
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…
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:
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…
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.
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.
$("#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.