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
@if (Model.ContainsValue(pv.Value)){selected="selected"}
should be
@if (Model.ContainsValue(pv.Id)){selected="selected"}
When navigating back to a page the value is not selected when using Value.
Comment author was deleted
Added to our issue tracker, will get updated on next maintenance release, thanks for reporting :)
Here is the link to the issue btw http://issues.umbraco.org/issue/CON-211
Thanks, keep up the good work!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
DropDownList.cshtml
should be
When navigating back to a page the value is not selected when using Value.
Comment author was deleted
Added to our issue tracker, will get updated on next maintenance release, thanks for reporting :)
Comment author was deleted
Here is the link to the issue btw http://issues.umbraco.org/issue/CON-211
Thanks, keep up the good work!
is working on a reply...