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

How to use Telerik RadGrid FilterExpression on DataTable programmatically

1 Answer 180 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Aiaksei
Top achievements
Rank 1
Aiaksei asked on 17 Nov 2011, 11:36 AM

 How can use Grid FilterExpression on DataTable.

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 21 Nov 2011, 04:45 PM
Hi Aiaksei,

Try setting the EnableLinqExpressions property for the grid to false. Then you can get the grid filter expression through the RadGrid1.MasterTableView.FilterExpression and pass it as a parameter of the Select method of the DataTable object.

Greetings,
Iana Tsolova
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
General Discussions
Asked by
Aiaksei
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or