Juste need help to modify the font and colors of all items in a filter for grid widget in mode="row"
Thanks in advance,
François-Régis
1 Answer, 1 is accepted
0
Tsvetomir
Telerik team
answered on 14 Sep 2018, 04:04 PM
Hi François-Régis,
You can modify the font-size and color of the filtering input by applying CSS to it. You can access it as following:
<style>
div.k-grid tr.k-filter-row th input {
font-size: 18px;
color: lime;
}
</style>
I have also created a sample Dojo project which demonstrates how this could be implemented. You can find the Dojo here: https://dojo.telerik.com/ImOhiFIS.
If you have different requirements or you need further assistance, do not hesitate to contact us back.
Kind regards,
Tsvetomir
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.Learn More.