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

Custom DropDown in RadFilter

1 Answer 66 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Chamara
Top achievements
Rank 1
Chamara asked on 16 Mar 2012, 06:53 AM
i'm trying to add a RadFilter to filter my RadGrid which has several coulmns.it works fine. now i need to add a dropdown only for a one column filter.i have a column named  Revision in my RadGrid.i'm trying the following but it doesn't work

   <telerik:RadFilter runat="server" ID="RadFilter1" 
                FilterContainerID="gridSearchL3" ShowApplyButton="true" Height="100px" >
                <FieldEditors>
                <custom:RadFilterDropDownEditor DataValueField="Revision" DataTextField="Revision" DataType="System.String" FieldName="Revision" />
       
                </FieldEditors>
                </telerik:RadFilter>

i'm getting the error " Object reference not set to an instance of an object"
for creating custom dropdown i've used following class

http://www.telerik.com/help/aspnet-ajax/filter-custom-editors.html  

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 21 Mar 2012, 09:08 AM
Hi Chamara,

It seems that you have opened identical tickets for the RadFilter control. Please check the reply in the other thread:
http://www.telerik.com/community/forums/aspnet-ajax/filter/add-custom-dropdown-to-radfilter.aspx

If it does not help, post only there, so that we avoid duplicate posts.

Greetings,
Tsvetina
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
General Discussions
Asked by
Chamara
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or