JJ
Jisha Joy
Syncfusion Team
October 19, 2010 10:39 AM UTC
Hi Nazmi,
By default, the datetime cellvaluetype refers to the "MonthCalendar" celltype in Syncfusion grid. The MaskEdit property cannot be applied in this case. In your case you could try using the Format property to dispaly only the date part.
See the code:
this.gridControl1[10,2].Format = "MM/dd/yyyy";
Regards,
Jisha