AD
Administrator
Syncfusion Team
July 27, 2004 07:59 AM UTC
Try setting this property.
style.CurrencyEdit.ClipMode = Syncfusion.Windows.Forms.Tools.CurrencyClipModes.ExcludeFormatting;
AD
Administrator
Syncfusion Team
July 28, 2004 01:09 AM UTC
Thanx Clay things moving good :)
>Try setting this property.
>
>style.CurrencyEdit.ClipMode = Syncfusion.Windows.Forms.Tools.CurrencyClipModes.ExcludeFormatting;
>
AD
Administrator
Syncfusion Team
July 28, 2004 02:51 AM UTC
Hi Clay One small Question I have the cell type of type monthcalender but I dont want that I should allow the user to enter the data in that cell Can i restrict the user
>Thanx Clay things moving good :)
>
>>Try setting this property.
>>
>>style.CurrencyEdit.ClipMode = Syncfusion.Windows.Forms.Tools.CurrencyClipModes.ExcludeFormatting;
>>
AD
Administrator
Syncfusion Team
July 28, 2004 05:27 AM UTC
You could set the style.ReadOnly = true for that cell (or column if it is a GridDataBoundGrid). This should prevent the user from entering/changing the value.