Hi Amin HK.
Query: Is it possible that in data grid when the date column is filtered to be a filter that uses the third-party data picker component?
You can achieve this requirement by using the “filterBarTemplate” feature of Grid.
In the above documentation link, we have rendered a custom component in filterBar. We have rendered the dropdown component by using filterBarTemplate. You can achieve your requirement by using the “create” and “write” functions of filterBarTemplate.
In the “create” function we have created the input element and in the “write” function we will be defining your custom component(dropdown) and append this to the created input element. Just like this you can render your own custom component in the filter bar. You need to create the element to contain your component in the “create” function and in the “write” function you need to define your component and append that to the created element.
Finally need to use the “filterByColumn” method to filter the values(we have used this method in the “change” event of dropdown, so that when value in dropdown is changed it will filter based on the changed value).
Like the above documentation you can use third party date picker component in grid.
Please get back to us if you need further assistance.
Regards,
Ashokkumar B.