Hi,
I'm creating a button dropdown for one of the columns in my grid for updating:
{ columnKey: "ID", editorOptions: { button: "dropdown", listItems: myData} }
Can someone tell me what's the best way to change font size for the list items in this dropdown?
Thanks!
Hi Martin,
Thanks for your reply, will try it out.
Hi,The best way is to use CSS like this one:
<style type="text/css">.ui-igcombo-list { font-size: 0.5em!important;}</style>