User Topics
Get cell value of selected row in IgGRID and how to iterate to selected row parents and also get their cell value.
Code: car rows = $(“#grid1”).igGridSelection(“selectedRows”); $.each(rows, …
82,059 Views
5 Replies
Code: car rows = $(“#grid1”).igGridSelection(“selectedRows”); $.each(rows, …