We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Date picker control in Grid

Hi there I'm evaluating the Essential grid. My problem is with the date picker that comes for every DataTime type col. This col does not allow the user to enter the date, instead the user has to sleect the date from the date picker. Any work arounds for this Ashish

2 Replies

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;


AS Ashish May 10, 2003 06:38 AM UTC

Thanks Clay

Loader.
Up arrow icon