I have a DataGrid that has as one of its columns a DatePicker
(for the editing template). Is there a way to keep this but still allow a user to enter in a NULL date?
Our team decided that we need our own custom Rich text box control for Silverlight app we are developing. We looked at existing controls mentioned at A good rich text control for Silverlight but ...