This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
GetEnumSelectList does not appear to respect Order property of DisplayAttribute #4297
I would expect
GetEnumSelectList<TEnum>to respect theOrderproperty of anyDisplayAttributedefined on the enum's members. For groups, I would expect theOrderproperty to apply within the scope of a group. Using rc1 this does not appear to be the case.Perhaps this could be done when building up an instance of
DataAnnonationsMetadataProvider.