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.
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;