how to set LoadContentFrom kendo window in run time

前端 未结 3 1591
予麋鹿
予麋鹿 2020-12-20 09:26

i\'m starter in kendo ui, i want use kendoUi window but i have some problem for use i write this code for create window

@(Html.Kendo().Window().Name(\"Detail         


        
3条回答
  •  甜味超标
    2020-12-20 09:37

    You can use LoadContentFrom and specify Action and Controller. The action will have its own View attached to it. See here for details.

提交回复
热议问题