I have an editable grid that I can change the font face and size but it does not affect the font within the listboxes in the grid. Is there a way to change the font within the listboxes?
You may need to use CSS styles. You could fix the CLASS attribute in the listbox (if it is a DTC, then you will need to adjust the code in the _LB_Display function in the _Scriptlibrary/LISTBOX.ASP - not too tricky).
Then you would need to write the CSS class definition to the page to adjust the style for the listbox/dropdown.
Or you could change the CLASS name attribute of the Listbox (SELECT) tag to one of a set range, as defined in a CSS stylesheet.
Or you could write the appropriate STYLE attribute into the Listbox (SELECT) tag.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.