Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2585
Select child row when grid is grouped by column
posted

Is there a way to get the row data when the grid is grouped by a column. We can get the row as shown below but when we then try to get the data for the row by index it does not work correctly when the grid has a group by a column. If you remove the grouping we can get the data just fine.

 

var row = $('.selector').igGrid('selectedRow');

 

$('.selector').data('igGrid').dataSource.dataView()[row.index];