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

hide the Add Group section

1 Answer 79 Views
Filter
This is a migrated thread and some comments may be shown as answers.
rik butcher
Top achievements
Rank 1
rik butcher asked on 04 May 2012, 02:24 PM
how can you either "not show" or "disable" the "Add Group" portion of the telerik Rad filter????
screen shot attached.

 

 

<telerik:RadFilter ID="WorkOrdersRadFilter" runat="server" Skin="WebBlue" ShowApplyButton="true"

 

 

 

OnApplyExpressions="WorkOrdersRadFilter_Apply" ApplyButtonText="Filter Work Orders"

 

 

 

OnPreRender="WorkOrdersRadFilter_PreRender" OnFieldEditorCreating="RadFilter_FieldEditorCreating" OnItemCommand="WorkOrdersRadFilter_ItemCommand">

 

 

 

 

<FieldEditors>

 

 

 

<telerik:RadFilterTextFieldEditor FieldName="WORKORDERNUMBER" DisplayName="Work Order#"

 

 

 

DataType="System.String" />

 

 

 

<goldcustom:RadFilterComboBoxEditor FieldName="WOTYPENAME" DisplayName="WO Type"

 

 

 

DataTextField="WOTYPENAME" DataSourceID="WorkOrderTypeFilterODS" DataType="System.String"

 

 

 

ComboBoxSkin="WebBlue" />

 

 

 

</FieldEditors>

 

 

 

 

 

</telerik:RadFilter>

 

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 09 May 2012, 02:59 PM
Hello,

You can refer to the forum thread below for more information how to achieve your goal:
http://www.telerik.com/community/forums/aspnet-ajax/filter/radfilter-events-and-customization.aspx

Kind regards,
Pavlina
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
Filter
Asked by
rik butcher
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or