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

[Solved] Filter Popup Dialog Box

1 Answer 119 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jarrod
Top achievements
Rank 1
Jarrod asked on 28 Jan 2011, 11:40 AM
Is it possible to simply hide the bottom set of operators from the filter pop-up? I understand that I can build a custom one, but I simply want to remove the bottom set of logical operators. Is this possible?

I have attached a picture of the pop-up, with the area I want to disable or hide surrounded by a red-square. The current filter is perfectly adequate for what I want, with the one exception the additional filter requirements.

Any help would be greatly appreciated.

1 Answer, 1 is accepted

Sort by
0
Accepted
Ivan Ivanov
Telerik team
answered on 28 Jan 2011, 01:19 PM
Hi Jarrod,

The easiest method would be to set the

ShowFieldFilters="False" property of the gridview column. This will hide both field
 operators though. 

The alternative is to change the FilteringControl's template and set it through an implicit style, like shown in the attached project.

Sincerely,
Ivan Ivanov
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
Tags
GridView
Asked by
Jarrod
Top achievements
Rank 1
Answers by
Ivan Ivanov
Telerik team
Share this question
or