or
@(Html.Kendo().Grid<
CompanyDomainView
>()
.Name("customer-grid")
.ClientDetailTemplateId("customerTemplate")
........
<
script
id
=
"customerTemplate"
class
=
"gridtemplates"
type
=
"text/x-kendo-tmpl"
>
<
section
>
<
div
class
=
"k-widget inline-grid-box"
>
.....