ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: queensgambit9 on February 26, 2019, 08:04:58 pm

Title: Datepicker and sorting
Post by: queensgambit9 on February 26, 2019, 08:04:58 pm
I have col def:

Code: [Select]
...dataType: 'date', format: 'yy-mm-dd hh:mm:ss', formatRaw: 'yy-mm-dd hh:mm:ss',  filter: { format: 'yy-mm-dd' }...
having an issue when applying a filter and then sort the column I get for example: "2019-02-20 hh:02:ss" inserted into datepicker textfield...date is correct but how can I get rid of the time?

If you do not sort after filtering the column it works fine.

Title: Re: Datepicker and sorting
Post by: paramvir on February 27, 2019, 12:09:55 pm
Could you please share a jsfiddle to check the issue.