public onChangeDueDateFilter(args: ChangedEventArgs) {
//console.log(args);
if (args && args.value) {
this.grid.filterByColumn('DueDate', 'equal', args.value);
}
else {
this.grid.removeFilteredColsByField('DueDate');
}
}
Hello,
I understand the concept, but seems like equal and notequal is not affected by local timezone, but the rest of the operators are - that will cause a lot of issues when working with UTC...
Please let me know if syncfusion somehow makes it simpler?
Best regards.
Hi Roljan,
Thanks for your update.
Before proceeding with your query, we would like you to explain your query in detail and if possible share a video or screenshot to explain your query. So that we will be able to proceed further.
Please get back to us for further details.
Regards,
Joseph I.