ASP.Net Nested GridViews – GridView inside GridView with Expand and Collapse feature this artical works for me but i want to expand first row when page is loaded all the other record show as same as it is collapse. may be it is happen in this nested gridview
thanxxx in advance.
Regards,
Ronakkumar
This way
<script type="text/javascript"> $(function () { $("[id*=gvCustomers] td").eq(0).closest("tr").after("<tr><td></td><td colspan = '999'>" + $("[id*=pnlOrders]").html() + "</td></tr>") }); </script>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.