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

Filter right margin

1 Answer 109 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Scott Waye
Top achievements
Rank 2
Veteran
Iron
Scott Waye asked on 05 Feb 2016, 12:56 PM

If you look at the demos the filter icon has a large right margin/padding.  How do you remove it?  I want the filter to take all the available column header space.

 

Thanks

1 Answer, 1 is accepted

Sort by
0
Venelin
Telerik team
answered on 09 Feb 2016, 07:06 AM
Hello,

It's actually padding and it is meant to be there for more buttons. In the specific case of the demo you could use the following CSS, but keep in mind that custom overrides should be maintained by the developers who use them: 

html .k-filtercell > .k-operator-hidden {
    padding-right: 0;
}
 
html .k-filtercell > span {
    padding-right: 2.5em;
}
 
html .k-filter-row .k-dropdown-operator {
    right: 0;
}

Regards,
Venelin
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Grid
Asked by
Scott Waye
Top achievements
Rank 2
Veteran
Iron
Answers by
Venelin
Telerik team
Share this question
or