Thanks. I got this to work for the DateTime properties.
I also realized I need to do the same thing for some nullable int properties.
I followed the DateTime example to try and add a custom editor using IntegerTextBoxEditor for int? property type.
I got as far as getting the box to allow null values, but it's not accepting and storing actual values.
Could you send me an example of similar code I need to construct IntegerTextBox Editor with UseNullOption = true ?