Bug在kendo ui网格lrt css在chrome [英] Bug in kendo ui grid lrt css in chrome

查看:281
本文介绍了Bug在kendo ui网格lrt css在chrome的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在chrome中有kendo ui grid rtl css的错误。
如果您在Telerik网站中注意到示例,您可以看到此错误:



这在所有浏览器中都可以。
但在rtl方向:



http://jsbin.com/otolop/6/edit



chrome中有错误,在Firefox和IE中没有错误。



如何修复此错误。非常感谢。

解决方案

这适用于我:

  .k-grid-content {
overflow-y:auto;
}

.k-grid-header-wrap {
width:102%;
}

.k-grid-footer-wrap {
width:102%;
}


There is a bug in kendo ui grid rtl css in chrome. If you notice example in Telerik site, you can see this bug: http://demos.telerik.com/kendo-ui/web/grid/rtl.html

When you go to page 6, the header and body, isn't align.

This error is in chrome (for me: V35) and in the firefox (V28) and IE(V11) does not this error.

You can same error in horizontal scrolling. For example in ltr direction:

http://jsbin.com/otolop/2/edit

this is OK in all browser. But in rtl direction:

http://jsbin.com/otolop/6/edit

It has error in chrome and has no error in firefox and IE.

How can I fix this error. Thanks alot.

解决方案

This worked for me:

.k-grid-content {
    overflow-y: auto;
}

.k-grid-header-wrap {
    width: 102%;
}

.k-grid-footer-wrap {
    width: 102%;
}

这篇关于Bug在kendo ui网格lrt css在chrome的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆