Hi,
i have a grid which displays and updates the data. I have implemented paging with virtual scroll. I am facing issue where the records on the grid doesn't match with page number.
Ex- If you scroll the grid or click on the bar below (attached screen shot) order id-10256 shows page as 11-15 but it is 6-8 ie 9th record.
May be because of this mismatch, when i edit a row and try to save, it doesn't retain the page.
Sample js i have created only for display of records. Please suggest , if i need to do anything for saving and retaining the page for saved record.
http://jsfiddle.net/Voswal/u1kwuqsu/
Thanks