Filter breakage after 8.4.3

If you are paid subscriber you can send us your scaffolded app along with database schema at info@radzen.com and we will debug your case.

The column filtering is working for me with your updates. I think having saved (session) settings for the web pages may have gotten in the way of testing the fixes. Thanks for all the help.

Apologies to jump on this one again!

When using the DataFilter component on boolean the .ToFilterString() is now causing an error. Supplied some basic information below which I know isn’t sufficient but may help point in the right direction while I pull more information together.

An unhandled exception has occurred while executing the request.
System.InvalidOperationException: Invalid predicate: x => (((x.Type == null) ? default(bool) : x.Type.IsComplaint) == true)
---> System.InvalidOperationException: Unexpected token: CloseParen. Expected: Dot
at Radzen.ExpressionParser.Expect(TokenType type)
at Radzen.ExpressionParser.ParseStaticMemberAccess(Type type, ParameterExpression parameter)
at Radzen.ExpressionParser.ParseTerm(ParameterExpression parameter)
at Radzen.ExpressionParser.ParseMultiplicative(ParameterExpression parameter)
at Radzen.ExpressionParser.ParseAdditive(ParameterExpression parameter)
at Radzen.ExpressionParser.ParseShift(ParameterExpression parameter)
at Radzen.ExpressionParser.ParseComparison(ParameterExpression parameter)
at Radzen.ExpressionParser.ParseAnd(ParameterExpression parameter)
at Radzen.ExpressionParser.ParseOr(ParameterExpression parameter)
at Radzen.ExpressionParser.ParseTernary(ParameterExpression parameter)
at Radzen.ExpressionParser.ParseNullCoalescing(ParameterExpression parameter)
at Radzen.ExpressionParser.ParseBinary(ParameterExpression parameter)
at Radzen.ExpressionParser.ParseExpression(ParameterExpression parameter)
at Radzen.ExpressionParser.ParseInvocation(Expression expression, String methodName, ParameterExpression parameter)

Thanks @Calarion! We will do our best to provide fix in our next update before the end of the week.