The common scenario for filter expression is that Column is compared to a value, ex. TransactionId=12345. But can you create an expression that would allow user to specify comparison of 2 fields instead, e.g. TransactionId=CurrentTransactionId?
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items
I want to allow user to build a filter that would correspond to the WHERE clause of the following SQL expression :
SELECT *
FROM TestTable
WHERE TestTable.TransactionId=TestTable.CurrentTransactionId
Is this something that can be done with Telerik's Filter control?
0
Maria Ilieva
Telerik team
answered on 18 Jan 2016, 07:25 AM
Hello,
Unfortunately the required functionality can not be achieved with the RadFilter control.
The suggested help topic demonstrates the filter expressions supported by Telerik syntax and you can apply the required SQL syntax per your need.
Regards,
Maria Ilieva
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items