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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.