Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have a data type for Country (NVarChar) as a dropdown list against a member.
We have added two missed countries to the list, which now appear at the bottom rather than ordered alphabetically.
Is there any way to force this into alphabetical order of the prevalue in the CMS?
If not, is there a way to do it in code.
I fetch it when building the registration form using this:
propertyType.DataTypeDefinition.DataType.DataEditor.Editor;
Cheers
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
datatype with render control of Dropdown List - can this be ordered?
I have a data type for Country (NVarChar) as a dropdown list against a member.
We have added two missed countries to the list, which now appear at the bottom rather than ordered alphabetically.
Is there any way to force this into alphabetical order of the prevalue in the CMS?
If not, is there a way to do it in code.
I fetch it when building the registration form using this:
propertyType.DataTypeDefinition.DataType.DataEditor.Editor;
Cheers
is working on a reply...