BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
GridStyleInfo style = this.gridDataBoundGrid1.Binder.InternalColumns[1].StyleInfo;
style.BackColor = Color.LightGoldenrodYellow;
style.CellType = "Currency";
style.CellValueType = typeof(string);
style.Format = "C";
style.CurrencyEdit.CurrencyPositivePattern = 3;
style.CurrencyEdit.CurrencySymbol = "%";
style.CurrencyEdit.ClipMode = Syncfusion.Windows.Forms.Tools.CurrencyClipModes.ExcludeFormatting;