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

Unable to add custom fileters for the rad grid view.

0 Answers 28 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Hari krishna
Top achievements
Rank 1
Hari krishna asked on 17 Oct 2012, 02:59 PM
We are unable to add custom filters for the rad grid view , could you please check the assembly version and suggest the solution


Assembly name:Telerik.Windows.Controls.GridView

runtime version: v4.0.30319

Version:2012.2.912.1050

 the below code is giving biuild errors:

 

this.rgEntries.EnableCustomFiltering = true;<br>            this.rgEntries.CustomFiltering += new GridViewCustomFilteringEventHandler(radGridView1_CustomFiltering);<br><br>            FilterDescriptor descriptor = new FilterDescriptor("UnitsPrice", FilterOperator.IsGreaterThan, 0);<br>            this.radGridView1.FilterDescriptors.Add(descriptor);

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Hari krishna
Top achievements
Rank 1
Share this question
or