Hi!
I am using the LoadData callback of the RadzenDataGrid including the LoadDataArgs.Filter string and I am experiencing problems when filtering a numeric column with a value with decimal places.
My browser is using the german locale, so I am entering e.g. "1,4" in the filter of a column. In the filter string I would expect that a number is always using the invariant culture "1.4", no matter what locale is used in the browser, but thats not the case. The filter string contains "1,4", which cannot be processed correctly by, e.g., a dynamic LINQ query.
Is this something you could fix?