hi dear support,
(1) i'm driving nuts to get out how i can change the DateTime format used in the PropertyGrid per Default,
i'm in a german environment having an english operating system but want to see
dd.MM.yyyy instead of MM/dd/yyyy per default.
funnily your 'property editors' sample shows DateTime things in dd.MM.yyyy
how can i get this easily ?
do i really have to implement a new PropertyEditor only to specify the default datetime settings used?
(2) in some cases i want DateTime fields to be used only as a Date - is this possible via a attribute (type-converter) or do i need a special PropertyEditor?
HINT: i'm doing all things in code and would prefer some attribut-tagging solution (without XAML) because the objects i'm inspecting differ on the same propertygrid. (think of sometimes i'm inspecting a house then an apple - changing attributes for class house and class apple is easy...)
g
Helmut
[Modified 13 years ago]