Hi,
I have a datetimeinput
column in my grid, once clicked on the calendar icon in that cell it would show the calendar.
After clicking on any date it is displaying the date on the row, calendar disappears but it is not ending the cell edit mode and not saving the value.
I want to end the cell editing & save the value once the user clicks on the date from the calendar, I tried calling the method endcelledit
but it didn’t work.
May be if I can somehow capture the change
event of that datetimeinput
column (like onChange
event of jqxCalendar
), I can call the endcelledit
method to end the cell editing but not sure how to capture such event.
Can you please help?
Thanks.