c# - editor for Nullable in PropertyGrid -
i have create class inherit icustomtypedescriptor dynamicly load properties in propertygrid. need edit datetime inside. if type nullable<datetime> standart calendar editor not shown datetime works cant leave editor field empty (like want set value null). note. im not using class attributes, need somehow solve problem using icustomtypedescriptor , propertydescriptor im using.
nobody knows?
Comments
Post a Comment