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

How to customize ItemsSource of Combobox in default Filter

1 Answer 84 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Nagisa
Top achievements
Rank 1
Nagisa asked on 28 Dec 2011, 06:03 AM
I want to customize the actions in ComboBox in default Filtering.
And I have following problems.

①Show the content in Japanese.
    I can show other label in Filter DropDown by setting LocalizationManager.DefaultResourceManager.
    But I don't know the key of actions in CombobBox. How can I refer it?

②Add/Remove some of action(item) in Actions ComboBox.
For example,
Actions like "Is equals to , Is not equal to, Is less than" will be shown in Combobx in Filter.
Can I remove or add some of its?
Let "Is equals to" or  "Is equals to , Is not equal to " only show in the ComboBox.

Best Regards,
Niwa

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimitrina
Telerik team
answered on 28 Dec 2011, 12:32 PM
Hi Niwa,

 You can customize the actions in the filtering ComboBox.
1. I would recommend you to run through this article to get the keys for actions in ComboBox. 
2. The FilterOperatorsLoading event (that was added Q3 2011) allows you to remove the available filter operators. Please refer to the Events section in this help article.

I hope that this is what you need.

All the best,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
Nagisa
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or