AD
Administrator
Syncfusion Team
May 10, 2003 05:50 AM UTC
If you are using a GridDataBoundGrid and bind to a database that has a DateTime field, the grid defaults to using a MonthCalender celltype for this column. If you do not want to use these defaults, then you can set this static (Shared in VB) property to false.
GridModelDataBinder.AutoInitCellTypes = false;