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

Filter Column in Grid

1 Answer 50 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mohamed
Top achievements
Rank 1
Mohamed asked on 21 Oct 2013, 02:14 PM
i need to filter column (hold integer value) as string ,
EX: col1 
      1023
      11255
      1269
I need to allow (starts with) in the filter

Any Help Please

1 Answer, 1 is accepted

Sort by
0
Matt
Top achievements
Rank 1
answered on 22 Oct 2013, 03:10 PM
If you turn the RadGrid filtering on it should allow you to do that and many other things.  Are you asking because you do NOT want the other filtering options? 

RadGridView itself has the IsFilteringAllowed property that you can set to true then on each column you would set IsFilterable to true and set the DataMemberBinding to whatever the column is bound to....the rest handles itself unless you want to customize the filtering..
Tags
GridView
Asked by
Mohamed
Top achievements
Rank 1
Answers by
Matt
Top achievements
Rank 1
Share this question
or