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

Can we proivde a close button for the default filter window over the RadGridview datacolumn?

3 Answers 44 Views
DataFilter
This is a migrated thread and some comments may be shown as answers.
Sirisha Peyyeti
Top achievements
Rank 1
Sirisha Peyyeti asked on 03 Oct 2011, 05:16 PM
Hi,
We are using Telerik RadGridView filtering and we have a few filters for date columns and Firstname , lastname columns.
We have a few requests from our client
1.To provide a close button for the filter window which pops up when clicked on the RadGridview column.
2.To Remove the AND option in the dropdown of filter window.
3.To Remove the MATCH CASE option of the filter window
Please let us know if there any way to handles these in TELERIK.

Thanks
Dileep

3 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 04 Oct 2011, 06:41 AM
Hi,

 You should modify the default template using Blend to achieve your goal. 

Greetings,
Vlad
the Telerik team

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

0
Sirisha Peyyeti
Top achievements
Rank 1
answered on 04 Oct 2011, 08:00 AM
I am using a RadGridView and enabling column filter like this  <telerik:GridViewDataColumn IsFilterable="True" />.So when i click on the column a filter options popup is shown.The filter popup is the telerik context window and i cannot modify it in Blend.
The filter pop up window has options like AND,OR,MATCH CASE etc  guess there must be some properties to hide and show the filter options.Is there any provision like that in TELERIK?

Thanks
Dileep.
0
Vanya Pavlova
Telerik team
answered on 04 Oct 2011, 08:17 AM
Hello Sirisha,

 

Actually this part of RadGridView is FilteringControl and you may modify it in Expression Blend in the same way as the rest elements of RadGridView. GridViewDataColumn exposes two properties which you may use to customize the available filtering options:


                                              ShowFieldFilters-show/hide bottom part.
                                              ShowDistinctFilters-show/hide top part.


If these properties do not satisfy your requirements you should predefine the template of FilteringControl and modify it in the way you need. For those clients who do not use Microsoft Expression Blend we ship our themes as separate projects and you may get the xaml files for all Telerik themes from the Themes folder of your personal installation. 


Kind regards,
Vanya Pavlova
the Telerik team

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

Tags
DataFilter
Asked by
Sirisha Peyyeti
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Sirisha Peyyeti
Top achievements
Rank 1
Vanya Pavlova
Telerik team
Share this question
or