1
Help for ParamQuery Pro / dateRangePicker initialization issue on horizontal grid scroll
« on: September 01, 2018, 05:32:41 am »
We are using dateRangePicker inside pqDatePicker to support date range filter.
On horizontal grid scroll, when date coulmn render pqDatePicker initialization happens but dateRangePicker doesn't show up sometimes due to below error.
"Uncaught TypeError: Cannot read property 'is' of undefined" for "se.is(":visible")" in below line of code.
return e(this).off(".datepicker").on("click.datepicker", function(e) {
se.is(":visible") || s(a.duration)
-Below is the date column filter-
filter: { crules: [{ condition: 'between'}], type: 'textbox', init: pqDatePicker, attr: 'multiple' }
Request you to comment on this issue resolution.
On horizontal grid scroll, when date coulmn render pqDatePicker initialization happens but dateRangePicker doesn't show up sometimes due to below error.
"Uncaught TypeError: Cannot read property 'is' of undefined" for "se.is(":visible")" in below line of code.
return e(this).off(".datepicker").on("click.datepicker", function(e) {
se.is(":visible") || s(a.duration)
-Below is the date column filter-
filter: { crules: [{ condition: 'between'}], type: 'textbox', init: pqDatePicker, attr: 'multiple' }
Request you to comment on this issue resolution.