BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
private void gridDataBoundGrid1_PrepareViewStyleInfo(object sender, GridPrepareViewStyleInfoEventArgs e) { GridCurrentCell cc = this.gridDataBoundGrid1.CurrentCell; if(e.RowIndex == cc.RowIndex && e.ColIndex == cc.ColIndex) { e.Style.Font.Underline = true; } }
private void Form1_Load(object sender, System.EventArgs e)
{
this.gridControl1.DefaultRowHeight += 1;
}