detailInit event firing only first time but need to required always ,How to handle
if i use detailExpand event not finding e.detailCell and e.data.id
i am using code like this
<script type="text/x-kendo-template" id="detail-template">
<div class="texarea_group no-gutters row">
<div class="col-4">
<h3>Complaint</h3>
<textarea id="txtClmComplaintNCL_#= id#"></textarea>
</div>
</script>