Kendo grid batch editing

1 Answer 114 Views
Date/Time Pickers Grid
AMRUTH
Top achievements
Rank 1
AMRUTH asked on 16 Dec 2022, 05:09 PM

Hello,

I am Kendo Grid in MVC

The grid is set up for in-cell batch editing. One of the fields is a date field. If the date is selected using date picker the value stays in the cell, whereas if the date value is manually entered the value does not hold in the cell. Any suggestions why the value is not holding in the cell when manually entered.

Thank you

 

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 21 Dec 2022, 12:28 PM

Hi Amruth,

 

Thank you for contacting us.

I have tested this behavior and on my side both selecting a date from the calendar and entering the date manually seem to work properly:

If by "manually" you mean that you are changing the value via javascript code, note that you will need to call the .trigger("change") method. This is necessary for the Batch internal logic to capture the new dirty value properly:
https://docs.telerik.com/kendo-ui/api/javascript/ui/datepicker/methods/value

Let me know if this info helps you. If the issue remains, I would kindly ask you to open a formal ticket to send us a basic isolated version of your web app so we can run deeper investigation.

 

Regards,
Eyup
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Date/Time Pickers Grid
Asked by
AMRUTH
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or