My form has a Kendo DatePicker and a button that runs a JavaScript function prior to doing a form.submit(). I need to be able to compare my date that is entered against a lower limit, and prevent the code from going on (submitting the form) if it…
I need to visually update a DateTime column in the selected grid row when a different column is edited. However, the data in the grid must remain dirty (before datasource sync).
Currently the "Months" column has an int value and when it changes, I'm…
I have a kendo Date picker it is functioning well.
On click of icon beside to input box, I am able to open date dialog for calender and it is working.
But I want this dialog should also open onclick of input box..
I have a Kendo Datepicker as follow
Html.Kendo().DatePicker()
.Name("BirthDate")
.HtmlAttributes(new { style = "font-size:8pt;" })
.Format("yyyy/MM/dd")
However, its returned value in model as follow can not be converted to…
I am using a kendogrid which populate some data which have a date field. I need to restrict the dates in the datasource when it binds to kendogrid. An example is shown below. Here I need to disable all the dates before 25-Jan-1910(for example) in…
i make custom mvc control with two kendo datepicker to display (gregi and hijri) date in partial view and if i change date of any one it's change the other to equivalent date
cause to kendo limitation to deal with Hijri calender i make some…
I am using a kendo datetimepicker. When user opens the calender and select any date I need to check for some other dates, ie need to run validations if the date is wrong then prevent the new date from filling the date picker and keep the old…
I m using a Kendo Date picker in inline Editing of a Kendo Grid.
IF I select a value, on click of update , the value selected is (selected value) +1. It happens only when I deploy the code to server. Not reproducible in my localhost
On click of…
I an using kendodate picker in my solution.I want to retrieve the dates for full week whenever user selects some date from the kendodatepicker.e.g.lets say today is Feb 21,2014(Friday) whenever user selects some day say Feb 24,2014(Monday) then i…
How can I add a setTimeOut to avoid script unresponsiveness inside a each loop?, basically there is this grid where I have many rows, and the rows have a column that consists of a kendo datepicker. The problem is that after a few a bound to the grid…
How can I set a date (e.g. 1/1/2012) on a kendo datepicker which is less than min date (e.g. 1/1/2013) or greater than max date (e.g. 1/1/2014) defined in the datepicker options?
My requirement is to restrict the user's selection to the range…
I'm binding a Kendo UI date widget to a property within an object (TestDate in my example below).
TestDate is populated with json returned from a web service - in below example, goalHeader1 is the object populated from json. The problem is that…
I have the following template
and it works fine. The daterange is disabled. But if I remove these inline "disabled" attributes and if I want to disable/enable it via the button click programmatically, it doesn't work even though "disabled"…