I have an Infragistics ultrawebgrid. One my columns is a datetype which binds to a webdatechooser control.
On save i get an error message that date cannot be null. Is there any steps in the gridinitialize etc....
Hello,
WebDateChooser has a property AllowNull - setting it to true is one way to deal with the problem. The other approach is to modify the datasource and set all date null values for that column to a valid date value (say, System.DateTime.Now)