AD
Administrator
Syncfusion Team
April 19, 2004 07:36 PM UTC
Hi Steve,
Try setting the CellValueType to DateTime to see if that helps.
GridStyleInfo style = this.gridControl1[1,2];
style.CellType = "MonthCalendar";
style.CellValueType = typeof(DateTime);
style.Format = "dd/MM/yy HH.mm.ss";
Regards,
Jay N.