With my jqxGrid, I found that doing this…
<body class='default'> <div id="jqxgrid" style="font-size: 8px; font-family: Verdana; float: left;"></div></body>
changes the column header text size, but the cell text size is still the same. It also had the undesirable side-effect of not reducing the column header cell size, leaving an area of empty space under the column headers.
I want to reduce the text size of everything in the grid. My eyes can take it and I need to do this to allow room for more data.
It is probably very simple and I am sorry if I didn’t see that.
As always, thank you so much for your time!