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
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.