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

Create filter string manually

1 Answer 44 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Javad Davari
Top achievements
Rank 1
Javad Davari asked on 09 Oct 2008, 09:14 AM
Hello all

When we set 

AllowFilteringByColumn=true


user can filetering data
now i want create filter string and call filter function
without set AllowFilteringByColumn

can i do this?

All the best
Davari

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 09 Oct 2008, 11:11 AM
Hello Javad,

You need to set AllowFilteringByColumn="true" in order to use filtering. If you want to hide filtering items you can use a AllowFiltering property:

<telerik:GridBoundColumn DataField="Column1" HeaderText="Column1" AllowFiltering="false"
</telerik:GridBoundColumn> 

Operating with the FilterExpression of Telerik RadGrid manually
CurrentFilterFunction Property
CurrentFilterValue Property

Kind regards,
Daniel
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Grid
Asked by
Javad Davari
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or