New Product Launch - BoldDesk !
Introducing help desk ticketing software.
New Product LaunchBoldDesk: Help desk ticketing software starts at $10 for 3 agents.
Try it for free.
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;