ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: applepqgrid 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.
-
https://paramquery.com/pro/api#option-column-filter
In most of the cases, datepicker is initialized by grid, so there is no need to init: pqDatePicker
Anyway if it's required then return true in your pqDatePicker function.