I have a requirement that on a page that already contains a number of widgets to display a window that contains the same widgets.
The problem is that the page and the partial view loaded in the window are created using
@Html.Kendo().XXXFor(m => m.Property)....
and have discovered that when I load the window the widget on the page disappear and the widget on the window is not created. Also there are a lot of errors in the kendo code.
Is there a way to change the name that is required by the telerik but to leave the input names as they are?