When we call Kendorangepicker, it enables 2 input fields - start and end dates. Is it possible to open kendorangepicker from single input field and once the ranges are selected, dates should return to the input field like 01-01-2019 - 20-09-2019.
Thanks,
Saravana MS
function OnError(e) { if (e.errors) { var message = ""; // Create a message containing all errors. $.each(e.errors, function (key, value) { if ('errors' in value) { $.each(value.errors, function () { message += this + "\n"; }); } }); // Display the message viewModel.set("error", message); errorWnd.center().open(); var grid = $("#Promotions").data("kendoGrid"); grid.cancelChanges(); } }var grid = $("#Promotions").data("kendoGrid");//reference the grid's name here, instead of '#Promotions'Hi,
Here is the example of grid that I am trying - https://dojo.telerik.com/IsoDUruR/4. I want to remove the dirty flag once save button is clicked. However, it doesnt work. Any idea?
Thanks!


Hi Team,
Am using kendo chunksave for folder upload, its working perfectly fine in local & server.
We tried to move the same piece of code to another server . but its returning the response code 302
Its suppose to get called multiple times based on number of files. but for some reason in our new server , only the first call is happening & the rest of the process is aborted due to the response code 302.
observations
1. response code
2. content type - in text/html , where its supposed to be application/json
shared both success & error logs,

Hello,
Is there a way to use a multiple column or composite key of a table within the schema model?
Something like this:
schema: {
model: {
id: "COMPONENT_CONFIG_ID", "PARENT_CONFIG_ID", "USE_DT",
fields: {
Thanks,
Steven
Hi,
in the workweekview when I have events with intervals outside of business hours it would be desirable that full day is shown by default. Is there is a way to trigger the show full day command from my side once i know there are events outside business hours?