BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
<script id="GridContents" type="text/x-jsrender"> <div id="detailGrid{{:EmployeeID}}"></div><%--defining the element id with unique EmployeeID value.--%> <script type="text/javascript"> function detailGridData(e) { var filteredData = e.data["EmployeeID"]; . . . . //rendering the Grid control by finding the unique ID e.detailsElement.find("#detailGrid"+filteredData).ejGrid({ . . . . }); } |