Kendo Datepicker value is not persisting when i click on kendo grid Filter

0 Answers 56 Views
Grid
aseem
Top achievements
Rank 1
aseem asked on 14 Jun 2022, 10:05 AM

Hi,

My kendo datepicker is not persisting the date value when I am clicking on the kendo grid column filter and request is hitting the api. I have attached the screenshots. Following is my code.

 

$element.before($operators).kendoDatePicker({
format: "MM/dd/yyyy",
value: kendo.toString(new Date()),
});
Nikolay
Telerik team
commented on 17 Jun 2022, 08:02 AM

Hi Aseem,

Could you please share the entire Grid declaration so I fully understand the case?

The DatePicker filter seems to be working correctly on this official demo, however, it looks like you are having a custom implementation of the filter.

Regards,

Nikolay

 

No answers yet. Maybe you can help?

Tags
Grid
Asked by
aseem
Top achievements
Rank 1
Share this question
or