I have a grid with start and end date columns. the default value when adding new rows is supposed to be null. For some reason, when I tab through the cells of the row, and tab into the webdatechooser column cell, the cell populates itself with the min date value. I am not even selecting anything from the drop down. How do you maintain the null value while tabbing through the cells in a row?
The date columns have a webdatechooser as an edit control.
<igsch:webdatechooser AllowNull="true" NullDateLabel="" Value="" MinDate="01/01/2003" NullValueRepresentation="DBNull" id="wdcDate" runat="server" />
Hi Jim,
Did you ever figure out how to make the minDate NULL?