Getting there. The DatePicker is closing and I have also worked out how to call my cell centric save function which fires off the changed value and its key back to the server/ database. BUT it is using the old value - the grid cell is still in edit mode and hasn't save the value to its local model so can I cancel out of that in the onClose event as well/ save to local model? Or perhaps the way round is to change my save trigger event. Currently this is
editModel:
{
clicksToEdit: 1,
saveKey: '13'
}
But I want the save (to local model) to happen as soon as I click in another cell in the grid/ close a datetime picker dialog, etc.
Hope that is clear.
While here as well, another scenario you may have encountered. I have time and datetime datatypes as well as date I want to deal with - I tried
http://trentrichardson.com/examples/timepicker/ but these don't fire onClose, so have you used any better timepickers that better follow the jQuery datepicker pattern?
Ta.