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

CustomFilterRow compile error

5 Answers 44 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Richard Harrigan
Top achievements
Rank 1
Richard Harrigan asked on 01 Apr 2011, 01:59 AM
I am trying to use the CustomFilterRow example as shown in the on-line demo.

I added the following to the xaml which does not find the assembly.

xmlns:telerikGridViewFilter="clr-namespace:Telerik.Windows.Controls.GridView.Filter"

telerikGridViewFilter:CustomFilterRow.IsEnabled="True"


I also referenced the GridView dll.

Thanks
Rich

5 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 01 Apr 2011, 07:28 AM
Hi,

Have you missed to include CustomFilterRow.cs? 

Kind regards,
Vlad
the Telerik team
0
Richard Harrigan
Top achievements
Rank 1
answered on 01 Apr 2011, 06:17 PM
Hi,

Yes, I did not include the CustomFilterRow code.  That did clean up my compile problem but when I ran the program the row filters did not show up.  I also tried without the CustomFilterRow and set IsFIlteringAllowed="true".  That did not work either.  My guess as to what is happening is that I am binding to the Telerik light-weight DataTable.  I believe I am using the latest version.  If that is the case I hope something can be done as this is a critical issue for me.  I previously tried the DataFilter control and it worked ok.  However, that control is a bit to complex for my targeted user. 

Thanks
Rich  
0
Richard Harrigan
Top achievements
Rank 1
answered on 06 Apr 2011, 08:42 PM
Hi,

Anything to report on this issue?

Thanks
Rich
0
Vlad
Telerik team
answered on 07 Apr 2011, 06:34 AM
Hi,

 I believe that the filter row will work normally with DataTable as well. Can you debug the code to see why it is not working at your end?

Greetings,
Vlad
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Richard Harrigan
Top achievements
Rank 1
answered on 13 Apr 2011, 11:00 PM
Sorry, this was my problem.  I had a corrupted DataTable which caused this affect.

Thanks
Rich
Tags
GridView
Asked by
Richard Harrigan
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Richard Harrigan
Top achievements
Rank 1
Share this question
or