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

CSS bug when using Grid + Mobile + Angular

1 Answer 42 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Eric
Top achievements
Rank 1
Eric asked on 27 Apr 2015, 01:44 PM

Really easy to work around, but worth mentioning to the team.

AngularJS can add the class 'ng-scope' to the beginning of the 'class' attribute for the tr elements, and alternate rows add k-alt before that.  The result is that the css selector 'k-ios7 [class^=k-]' will apply only to the rows with k-alt since the ng-scope class breaks the starts-with assumption.  The result is a visual fluke where non-alternate rows select with background-clip: content-box and alternate rows select with border-box.

 

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 30 Apr 2015, 06:48 AM
Hello Eric,

Thanks for pointing this out, we will check it.

Regards,
Dimo
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
Eric
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or