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
Hi All,
I want to get all values for a radiolist with a propertyalias. Is that possible in Umbraco 7.6.4?
What I have now is the following:
IDataTypeDefinition filterDefinition = Services.DataTypeService.GetDataTypeDefinitionByName("Duurzame daden filter"); model.FilterOptions = Services.DataTypeService.GetPreValuesCollectionByDataTypeId(filterDefinition.Id).PreValuesAsDictionary;
But I would like to get the "duurzame daden filter" from Model.Content.Filter but due to the propertyvalueconverters this only returns the Id of the selected option.
Model.Content.Filter
Frans
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Get all radio prevalues of property
Hi All,
I want to get all values for a radiolist with a propertyalias. Is that possible in Umbraco 7.6.4?
What I have now is the following:
But I would like to get the "duurzame daden filter" from
Model.Content.Filter
but due to the propertyvalueconverters this only returns the Id of the selected option.Frans
is working on a reply...