Quantcast
Channel: Active questions tagged javascript - Stack Overflow
Viewing all articles
Browse latest Browse all 140131

want to access data in an child grid view but it was showing me "No Matching Record Found"

$
0
0

I am using Visual Studio 2019 and MYSQL I am working on code first approach and here is my code

<script type="text/javascript">
        $("#propgrid").on("expand-row.bs.table", function (e, index, row, $detail) {
            debugger
             $detail.html('<div class="ml-20 mr-20"><table class="table table-bordered text-center"></table></div>').find('table').bootstrapTable({                
                    columns: [{
                        field: "Bathroom",
                        title: "Bathroom",
                        sortable: true,
                    }, {
                        field: "Bedroom",
                        title: "Bedroom",
                        sortable: true,
                     }, {
                         field: "FurnishingType",
                        title: "FurnishingType",
                        sortable: true,
                     }
                 ],
                 data: row,
                    sidePagination: 'properties',
                    sortName: "Bathroom",
                    pagination: true
                });
            });
    </script>

Viewing all articles
Browse latest Browse all 140131

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>