ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: Webauthor on June 21, 2019, 02:27:45 am

Title: Date Picker in filter not populating search field
Post by: Webauthor on June 21, 2019, 02:27:45 am
Hi, please see this example.  I'm having trouble where the date picker is not populating the input field.

https://martin-dev.samis.io/go/view/pq-grid-test.cfm
Title: Re: Date Picker in filter not populating search field
Post by: Webauthor on June 21, 2019, 10:34:38 am
Here is a short video showing what is happening. https://youtu.be/k4MzS2RGPuQ
Title: Re: Date Picker in filter not populating search field
Post by: paramvir on June 21, 2019, 10:56:47 am
Same use case works fine in this demo ( Order Date column ) https://paramquery.com/pro/demos52/filter_header_local

Could you please share a jsfiddle / plnkr so that I can examine/debug your code.
Title: Re: Date Picker in filter not populating search field
Post by: Webauthor on June 21, 2019, 05:57:02 pm
A better fiddle (stripped out a lot of code not needed for the test).

https://jsfiddle.net/webauthor/mg04by1j/33/
Title: Re: Date Picker in filter not populating search field
Post by: paramvir on June 24, 2019, 09:36:17 am
Thanks, looking into it.
Title: Re: Date Picker in filter not populating search field
Post by: paramvir on June 26, 2019, 12:17:05 pm
It's because you have defined format: "" for the column. If you don't need format, then leave it undefined.
Title: Re: Date Picker in filter not populating search field
Post by: Webauthor on June 28, 2019, 03:09:02 am
Oh wow, never would have guessed that.  Thank you so much.