Hello,
I'm using rad grid view having different columns like Id ,FName,LName etc .
Now when we'll run solution at that time , each columns of grid will have default Filter options .That's nice .
But I wanted to Remove/Hide "Select All" option from all columns's filter.
If anyone knows then please tell me.
-Thanks
I'm using rad grid view having different columns like Id ,FName,LName etc .
Now when we'll run solution at that time , each columns of grid will have default Filter options .That's nice .
But I wanted to Remove/Hide "Select All" option from all columns's filter.
If anyone knows then please tell me.
-Thanks
11 Answers, 1 is accepted
0
Hi Albert,
You can easily do that by editing the control template of the FilteringControl in Expression Blend. Each column has a FilteringControlStyle property. You should create a Style that changes the template of the FilteringControl and assign it to the property.
More info on Styling and Templates you can find here.
Let me know if you have problems with the styling.
All the best,
Ross
the Telerik team
You can easily do that by editing the control template of the FilteringControl in Expression Blend. Each column has a FilteringControlStyle property. You should create a Style that changes the template of the FilteringControl and assign it to the property.
More info on Styling and Templates you can find here.
Let me know if you have problems with the styling.
All the best,
Ross
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Albert
Top achievements
Rank 1
answered on 06 Dec 2010, 05:42 AM
Can't we do that without using expression blend ? Because I am not using expression blend.
Is there any simple way to achieve this from vs2010 ? Can u send me sample code for this ?
-Thanks
Is there any simple way to achieve this from vs2010 ? Can u send me sample code for this ?
-Thanks
0
Albert
Top achievements
Rank 1
answered on 06 Dec 2010, 08:59 AM
I have created one sample grid with one column.Below in the link for my solution
http://cid-b605d291965fb825.office.live.com/self.aspx/.Documents/Grid.rar
Can u please remove " Select All " option in this grid and send me solution back ?
-Thanks
http://cid-b605d291965fb825.office.live.com/self.aspx/.Documents/Grid.rar
Can u please remove " Select All " option in this grid and send me solution back ?
-Thanks
0
Albert
Top achievements
Rank 1
answered on 07 Dec 2010, 09:29 AM
Hey,
Is there anybody who can help me out ?
-Thanks
Is there anybody who can help me out ?
-Thanks
0
Accepted
Hi Albert,
Please use the following example that shows how to remove the SelectAll CheckBox element from the default FilteringControl and apply this style to a GridViewDataColumn.
Greetings,
Vanya Pavlova
the Telerik team
Please use the following example that shows how to remove the SelectAll CheckBox element from the default FilteringControl and apply this style to a GridViewDataColumn.
Greetings,
Vanya Pavlova
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Albert
Top achievements
Rank 1
answered on 08 Dec 2010, 11:36 AM
Thanks you very very much "Vanya Pavlova".
0
Chintan
Top achievements
Rank 1
answered on 08 Mar 2011, 11:38 PM
How to remove filter from one particular column? I do not want filler in all column.
0
Hi Chintan,
All columns have IsFilterable property which when set to false will disable filtering for a particular column.
Best wishes,
Milan
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
0
Chintan
Top achievements
Rank 1
answered on 09 Mar 2011, 07:56 PM
Thanks Milan.
0
Farkas
Top achievements
Rank 1
answered on 30 Jan 2018, 07:34 AM
Hi Vanya
Hi can I resolve if I want the Select All checked by default?
Thank you,
Laszlo
0
Hello Farkas,
Your question is already replied to other forum thread. Let us continued there in order to avoid duplicated post in the UI for WPF section of the forum.
Regards,
Dinko
Progress Telerik
Your question is already replied to other forum thread. Let us continued there in order to avoid duplicated post in the UI for WPF section of the forum.
Regards,
Dinko
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.