Reg:GridControl MonthCalendar Property

Hi, I am using syncfusion custom control derived from gridControl. Q1:If cell type is monthCalendar, How do i set date format as ''mm/dd/yyyy''. Example : 2/3/2005 --> 02/03/2005 Thanks, Anna

1 Reply

AD Administrator Syncfusion Team June 28, 2005 08:29 AM UTC

Try setting: grid[row, col].Format = "MM/dd/yyyy"; grid[row, col].CellValueType = typeof(DateTime);

Loader.
Up arrow icon