1
Help for ParamQuery Pro / Re: Changes not seen when user clicks outside grid
« on: February 20, 2014, 11:50:51 pm »
We just noticed this code messes with the grid calendar.
The calendar displays but you cannot choose a date.
The error message is:
Uncaught Missing instance data for this datepicker
We modified your code as follows:
$( document ).on ( "blur", ".pq-editor-focus", function(evt){
var $grid = $(this).closest(".pq-grid");
//$grid.pqGrid("saveEditCell");
$grid.pqGrid("quitEditMode");
});
Any thoughts?
Thanks,
Bill
The calendar displays but you cannot choose a date.
The error message is:
Uncaught Missing instance data for this datepicker
We modified your code as follows:
$( document ).on ( "blur", ".pq-editor-focus", function(evt){
var $grid = $(this).closest(".pq-grid");
//$grid.pqGrid("saveEditCell");
$grid.pqGrid("quitEditMode");
});
Any thoughts?
Thanks,
Bill