ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started 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
-
Here is a short video showing what is happening. https://youtu.be/k4MzS2RGPuQ
-
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.
-
A better fiddle (stripped out a lot of code not needed for the test).
https://jsfiddle.net/webauthor/mg04by1j/33/
-
Thanks, looking into it.
-
It's because you have defined format: "" for the column. If you don't need format, then leave it undefined.
-
Oh wow, never would have guessed that. Thank you so much.