BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
this.dataTable1.Rows[0]["Col0"] = somevalue;
GridStyleInfo style = null; if(grid.Data[row, col] != null { style = new GridStyleInfo(grid.Data[row, col]); } else { style = new GridStyleInfo(); } style.Text = "something"; grid.Data[row, col] = style.Store;