In cellEdit mode; If you fire the following, on a datepicker field:
dataEvents [{type: “change” fn: function(e){var rw = jQuery('#list').getGridParam('selrow'); jQuery('#list').setSelection(rw, true)();}}]
And then “onSelectRow” changes focus to another row, the calendar is still remains up – unclosable.
I think this is because jqGrid is closing the calendar after setting the value in the editbox. I believe it should store the value in a variable first; close the calendar and then set the editbox with the datevalue.
Thanks,
tim
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top