AD
Administrator
Syncfusion Team
December 1, 2006 10:38 AM UTC
Hi Lokesh,
I couldn't see any attached sample here. Is it possible for you to upload us a sample or modify any of our browser sample to reproduce the issue here? This will help us to analyse the issue further.
Best Regards,
Haneef
LO
Lokesh
December 1, 2006 11:07 AM UTC
Well I am not able to upload the sample . The problem is I am setting the Grid Cell Datatype as Follows .
strategyPeriodGrid(rowIndex, colindex).CellValueType = GetType(System.Decimal)
strategyPeriodGrid(rowIndex, colindex).CurrencyEdit.ClipMode = Syncfusion.Windows.Forms.Tools.CurrencyClipModes.ExcludeFormatting
strategyPeriodGrid(rowIndex, colindex).MaxLength = 6
strategyPeriodGrid(rowIndex, colindex).Format = "P"
strategyPeriodGrid(rowIndex, colindex).CurrencyEdit.CurrencyDecimalDigits = 2
strategyPeriodGrid(rowIndex, colindex).StrictValueType = False
strategyPeriodGrid(rowIndex, colindex).HorizontalAlignment = Syncfusion.Windows.Forms.Grid.GridHorizontalAlignment.Right
When I put the value as 6 the value becomes 600.00% . I want that the value should remain as 6%
>Hi Lokesh,
I couldn't see any attached sample here. Is it possible for you to upload us a sample or modify any of our browser sample to reproduce the issue here? This will help us to analyse the issue further.
Best Regards,
Haneef