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>
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>