Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
I want to reorder the rows of a grid advanced after the data of the grid has been loaded already by dragging & dropping a row in its desired place. Is this possible?
Thanks in advance.
Solved! Go to Solution.
I don't think this widget supports that OOTB
the unfortunate 'ugly' way is to take the 'edited table' or 'selected row(s)' feed that into the source service and return the data in the new order.
the advanced and much harder way would be to create a custom widget
I don't think this widget supports that OOTB
the unfortunate 'ugly' way is to take the 'edited table' or 'selected row(s)' feed that into the source service and return the data in the new order.
the advanced and much harder way would be to create a custom widget