My kendo grid column filter icon popup is not displaying properly

空扰寡人 提交于 2019-12-22 17:42:34

问题


I have kendo grid and its have filterable "true", when click on filter icon,it displays like below.When we enter the text in filter box,half of the letters are displayed only.Is it possible to increment the size of text-boxes in filter? What is problem here?And how to resolve this problem?


回答1:


You just try to increase the text box height

Once try this

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



回答2:


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?



来源:https://stackoverflow.com/questions/15472235/my-kendo-grid-column-filter-icon-popup-is-not-displaying-properly

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