ListControl.ListView.GetDatagrid(this.controller).setData(newDataSet);
I am using above function to update the active grid data, Active grid is loading with the new updated data , unfortunately when I select the record it is throwing old grid record.
Note: I am loading all the records at once and disabling network call when scrolled down so it will load only limited rows, We are not expecting more than 33 records for the filter criteria