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

[Solved] Different behaviour of filter row after new release

1 Answer 107 Views
Grid
This is a migrated thread and some comments may be shown as answers.
asd
Top achievements
Rank 1
asd asked on 21 Nov 2014, 10:13 AM
Hello,
Iam posting here to ask why the filter row have different behaviour.

Before release:
http://dojo.telerik.com/ocEL

After release
http://dojo.telerik.com/ojitA

You can see that setting 100% to cell input width works different between releases. Before release everything was ok I could hide the filter button and set input to full width. After release I hide filter button but the input doesnt have full width.

Solution for full input width in filter cell I found on kendo forum.

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 25 Nov 2014, 09:46 AM
Helllo,

The width is still applied but right padding is set by default. You could clear the padding via CSS:
.k-filtercell > .k-operator-hidden
{
    padding-right: 0;
}


Regards,
Daniel
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Grid
Asked by
asd
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or