Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
195
Changing font size for dropdown
posted

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!