Hi,
If a Grid column is using number filter, its precision can only be 0.001. Is there a way to increase that?
See this Kendo React official example, the "Unit Price" filter can only take 0.001, not able to take 0.0001.
https://www.telerik.com/kendo-react-ui/components/grid/filtering/
I tried changing the column format to "{0:n6}", but it only affect the grid cell, not the filter.
Thanks,
Jie