In my application, I am using a kendo grid with filterable set to true. The filtering functionality is working properly. However, when I click on the filter symbol, the filter menu opens and I noticed that the size of the text-box within the menu is too small. This results in only half of the entered letters being displayed. I attempted to adjust the size of the text-box by adding the following code:
.k-filtermenu .k-textbox {
min-height:10000px
}
Does anyone know how to increase the size of the text-box in the filter menu? If so, please provide me with a solution. Thank you.