Hi,
How to smoothly fadeIn/fadeOut a ClientDetailTemplateId, when the template is plain HTML and not another kendo.grid ??
This is the grid:
And here is the beginning of the template:
Thank you.
How to smoothly fadeIn/fadeOut a ClientDetailTemplateId, when the template is plain HTML and not another kendo.grid ??
This is the grid:
@(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">.....Thank you.