grid font size and pic in cell?

grid font size and pic in cell?
how can i change the grid font size ,how can the font size become bigger?
and how can i put an image(jpg/gif/png) in one cell ?

no one answer me so sad…

How can i change the grid font size ,how can the font size become bigger?
You may try to use css:

<style> div.gridbox table.obj td{ font-size: 20px !important; } </style>
or the API:

  mygrid.setStyle("", "font-size:20px","", "");

and how can i put an image(jpg/gif/png) in one cell ?
You may try to use the “img” exCell type:
docs.dhtmlx.com/doku.php?id=dhtm … xcells#img
dhtmlx.com/docs/products/dht … extra.html