This is a migrated thread and some comments may be shown as answers.

[Solved] EditorTemplates

0 Answers 30 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Daimon
Top achievements
Rank 1
Daimon asked on 03 Sep 2012, 03:22 PM
Hello, I can not understand why in "EditorTemplates" the data are not available for viewing.
Although for editing all works fine.

@model site_NorvuzIS.ref_IppSpecialist.vIppJournalDTO
 
        @Html.DisplayFor(model => model.PersFio)
        @Html.Display("PersFio")
 
        <br/>
 
        @Html.EditorFor(model => model.PersFio)
        @Html.Editor("PersFio")

Tags
Grid
Asked by
Daimon
Top achievements
Rank 1
Share this question
or