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
140
Getting the Selected Rows in the sorted order as it appearing in the grid
posted

I am using iggrid 2012.2. I want to get  the Selected Rows in the sorted order of the grid. I am using the below API to get the selected rows, But the returned rows are not in the sorted order of the grid. It is in the order in which the row selector check boxes are checked by the user

var rows = $("#grid1").igGridSelection("selectedRows");   


Is there a way to get the selected rows in the sorted order as it appearing in the  grid? Please help

 

Thanks In Advance,

Benny