This is a migrated thread and some comments may be shown as answers.

Kendo CreateFilterExpression

1 Answer 282 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
michel
Top achievements
Rank 1
michel asked on 31 Oct 2013, 08:34 AM
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?

1 Answer, 1 is accepted

Sort by
0
Vladimir Iliev
Telerik team
answered on 05 Nov 2013, 06:59 AM
Hi Michel,

 
In current scenario I would suggest to use custom binding as modifying the source of KendoUI wrappers is out of scope of our support service. Please check the following resources:

Kind Regards,
Vladimir Iliev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
michel
Top achievements
Rank 1
Answers by
Vladimir Iliev
Telerik team
Share this question
or