Hello
I've recently ran into some problems trying to use the Kendo CreateFilterExpression function. I am trying to build an expression that contains all filter values
and query it to the database. The problem i had with this is the FilterExpression contains a lot of NULL checks. I don't want this.
Is there a way to create an Expression without having the NULL checks. I found out that there is a boolean LiftMemberAccessToNull that should do the trick,
but it is defined as internal.
Another question would be. Is it possible to change the implementation of the IFilterDescriptor interface?
I've recently ran into some problems trying to use the Kendo CreateFilterExpression function. I am trying to build an expression that contains all filter values
and query it to the database. The problem i had with this is the FilterExpression contains a lot of NULL checks. I don't want this.
Is there a way to create an Expression without having the NULL checks. I found out that there is a boolean LiftMemberAccessToNull that should do the trick,
but it is defined as internal.
Another question would be. Is it possible to change the implementation of the IFilterDescriptor interface?