You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When GridMvcCore is used it doesn't return any error:
I can not change the behavior when OData is used because it depends on the ODataController implementation. In fact ODataController returns the error even before any code in the controller action is executed.
Anyway, this is a possibility of a crash.
Maybe it's possible to change control behavior - don't send invalid data (letters for number field and null/empty for Date) from ui control to backend
Actual for the date column when filter value is empty and you click Apply
and for columns of numbers when you enter letters and click Apply.
.HandleServerErrors(false, false) is not a solution, it's just hiding the problem
Expected Behavior: no error, invalid filter value cleared and not applied
The text was updated successfully, but these errors were encountered: