sets a style for a cell
row_id | string|number | the row id |
ind | number | the cell index |
styleString | string | a style string in the common format (ex: "color:red;border:1px solid gray;") |
mygrid.setCellTextStyle("row1",0,"color:red;border:1px solid gray;");
Back to top