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

Syntax for EditorFor

0 Answers 56 Views
Editor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Rafael
Top achievements
Rank 1
Rafael asked on 16 Mar 2011, 11:27 AM
I need to pass in Editor Notes field from my mPerformance model
Here is how I do it, but it doesn't work

 <%Html.Telerik().EditorFor(() => new  mPerformance().Notes).Name("EditorPerfNotes").HtmlAttributes(new { Style = "float: left; width: auto; height: 300px" }).Value("bla bla").Render(); %>

Please help with what I am missing
Tags
Editor
Asked by
Rafael
Top achievements
Rank 1
Share this question
or