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

AND, OR,NOT AND,NOT OR in Radfilter

1 Answer 69 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
bharat veer
Top achievements
Rank 1
bharat veer asked on 20 Jun 2011, 07:48 PM
hi,
good evening all,
when Rad filter is used by default
AND, OR,NOT AND,NOT OR  these four operator are shown in Main root context menu.
so if  "AND" to be Shown "ADD", by which property it can be shown.



please response soon.


thanks.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 21 Jun 2011, 08:56 AM
Hello Bharat,

You can change the default text in RadFilter by using the Localization property.

aspx:
<telerik:RadFilter runat="server" ID="RadFilter2" Skin="Black">
<Localization GroupOperationAnd="ADD" />
    <FieldEditors>           
             <telerik:RadFilterBooleanFieldEditor FieldName="Field3" />
    </FieldEditors>
</
telerik:RadFilter>

Also check the following help documentation which explains how to localize a RadFilter.
Localizing RadFilter.

Thanks,
Princy,
Tags
General Discussions
Asked by
bharat veer
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or