BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
http://www.syncfusion.com/Support/article.aspx?id=562
You would do the same for CellType. If you want the CellType to be "Currency", then you may need to set other properties as shown in the Grid\Samples\CellTypes\Currency sample.
>http://www.syncfusion.com/Support/article.aspx?id=562
>
>You would do the same for CellType. If you want the CellType to be "Currency", then you may need to set other properties as shown in the Grid\Samples\CellTypes\Currency sample.
Dim style As GridStyleInfo = Me.gridDataBoundGrid1.Binder.InternalColumns("$amount").StyleInfo
style.CellType = "Currency"
style.CurrencyEdit.ClipMode = Syncfusion.Windows.Forms.Tools.CurrencyClipModes.ExcludeFormatting
forum11780_1942.zip