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

Redgridview Filtering rows based one text enter

3 Answers 138 Views
GridView
This is a migrated thread and some comments may be shown as answers.
satish
Top achievements
Rank 1
satish asked on 18 Feb 2011, 12:19 AM
Hi,

   I am using Redgridview control in my project ,i tried your example http://www.telerik.com/help/wpf/gridview-how-to-create-external-filtering.html ,i done everything but its giveing an error at class "CustomFilterDescriptor"
protected override Expression CreateFilterExpression( ParameterExpression parameterExpression )
   {
       
if ( string.IsNullOrEmpty( this.FilterValue ) )
       {
           
return Expression.Constant( true );
       }
       
return this.compositeFilter.CreateFilterExpression( parameterExpression );<----------here
   }

i am getting error message like this "Source type must be an enumerable type." at Return value

my reqirement when i enter data in textbox,its filter rows in gridview

i need urgent this


please help me out


thanks,
satish

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 18 Feb 2011, 08:39 AM
Hello,

 You can check this example in your local version of our demos for working version of the same. 

Greetings,
Vlad
the Telerik team
0
satish
Top achievements
Rank 1
answered on 18 Feb 2011, 11:55 AM
Hi,

   I go through the link its saying missing pulg in ,please provide the example(WPF REDGRIDVIEW)

please help me out its urgent

thanks,
satish
0
satish
Top achievements
Rank 1
answered on 18 Feb 2011, 01:11 PM
Hi
I saw the custom filter example,my reqirement is like this
i have one textbox and gridview both are seperate

gridview data bind with some data
now i enter text in textbox then textchanged event fire filter data based on one column 

thanks,
satish
Tags
GridView
Asked by
satish
Top achievements
Rank 1
Answers by
Vlad
Telerik team
satish
Top achievements
Rank 1
Share this question
or