My kendo grid column filter icon popup is not displaying properly

寵の児 提交于 2019-12-06 05:11:52

You just try to increase the text box height

Once try this

  .k-numeric-wrap .k-input
{
 height:23px
 }  

It seems like your css styling might be conflicting with kendo's css styling. If you are using chrome, right click on the textbox and click Inspect Element. (I am sure you can also inspect elements in other browsers as well. In IE press F12.)

Have a look at the styling on the element or sometimes the styling of the parent element also cause issues?

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!