Which event would be the right one to consume/handle if on an AddNew row I wanted the date time chooser on a DateTime column to have a specific initialize date. i.e. an arbitrary date in memory (or related to dates on the other data rows) rather than the default functionality which seems to be DateTime.Now.Date or something like that.
Hi,
This has nothing to do with the editor. For any cell in the grid, the default value of the cell comes from the data source, or possible the DefaultCellValue property on the column. If you are using TemplateAddRow's you can also set the default in the InitializeTemplateAddRow event of the grid.