Its possible to change the font family and font size of FlexGrid by using CSS.
<style>
.wj-flexgrid{
font-family: consolas;
font-size:10px;
}
</style>
New subscription options for .NET developers now available! See details.
New .NET subscription options—see details!
New .NET pricing—see details!
Its possible to change the font family and font size of FlexGrid by using CSS.
<style>
.wj-flexgrid{
font-family: consolas;
font-size:10px;
}
</style>