Question
Coforge DPA Private Limited
IN
Last activity: 24 Aug 2023 7:36 EDT
Re-ordering and save not working for table grid when loading via data page
I have requirement where I am fetching data inside a table grid from a data page. There is a complete button in each row, on click of which it updates the timestamp when that particular row is completed. Now I have enabled the allow reordering checkbox for that table grid. But when I drag a row item from lets say 8th position to 1st position, and lets say i click on complete button for that row or lets say any row, the complete button functionality is working but the re-oredering is not working and shifting back to its previous postion only. I have added a sort column in the db table of the data page as well , and on click of complete , everytime it updates the details of that line item to db , then i flush the data page and and then I iterate over that d_page again open each record, and stor the pxlistsubscript of that row in the sort property and then comit the details in db table .the data page is loading data from the report definition where I have enabled sorting in lowest to highest order , but still the issue persists