This question is locked. New answers and comments are not allowed.
I do have the following Spliter Content defined:
The problem is, that @foreach and @Html.DisplayText / @Html.TextBox seems to make problems.
There is no ouptut produced.
Any hints?
Thankx, Harry
PS: Telerik Team: please rename the subject to: Splitter content @foreach @Html.xxx trouble
.Content(@<text> @{ <div> <table> @foreach (KeyFigure item in Model.KeyFigures) { <tr> <td> @Html.DisplayTextFor(m => item.Name) </td> <td> @Html.TextBox("xxx") </td> </tr> } </table> </div>} </text>)The problem is, that @foreach and @Html.DisplayText / @Html.TextBox seems to make problems.
There is no ouptut produced.
Any hints?
Thankx, Harry
PS: Telerik Team: please rename the subject to: Splitter content @foreach @Html.xxx trouble