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

[Solved] Initial filter with stored procedures possible?

1 Answer 181 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bob
Top achievements
Rank 1
Bob asked on 05 Jul 2009, 03:44 AM
We've got some Grids wired up to stored procedures, with it handling all CRUD operations.

What I'd like to do is set an intial filter in the Grid PreRender - but the only example I've seen utilizes a standard text query via the where clause.

Is this possible?

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 08 Jul 2009, 10:18 AM
Hello Bob,

The FilterExpression is used by RadGrid to apply filter constraints upon provided data source. In other words once the grid is bound, there is no matter what the provider of the data is. To understand how to manually manipulate the filter expression you can refer to this help article.

Regards,
Georgi Krustev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Bob
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or