Hi,
I am looking out for Drag and Drop Row Reorder on Gallery in Canvas App where use can save the order in the entity.
Any other control that can be used to display the data with Drag and Drop Row
Any help is much appreciated.
Thank You,
Santosh.
I haven't built a drag and drop type component (yet), but for reordering and also linking records in a gallery to create dependencies, I set the On Select to get the record ID and sort order on first click in the gallery (or you can add an icon or button to each record), and then on the second click, it does its magic.
In the case of reordering, you can replace the second record clicked with the sort order value from the first record. In the case of linking, you attach the ID from the first record to the second record. It's not exactly drag and drop, but it's a quick method to reorder or link records. You just need to get the logic in your code to work in all user scenarios.
Thank You @v-siky-msft for the reply
yes i am looking Drag and drop functionality in the gallery to adjust the order for one our requirement.
Is there any 3rd party control that i use to display and drag and drop as well?
Santosh.
Hi @Santosh2016 ,
Do you mean you want the Users are able to drag and drop the items to adjust the order on Gallery?
So far, power apps doesn't have a similar interactive control that supports drag-and-drop. The only way to change the order of records is to sort them by Sort/SortByColumns function.
You can submit an idea to PowerApps Ideas forum to raise a new feature request.
https://powerusers.microsoft.com/t5/Ideas/ct-p/PA_Comm_Ideas
Sik
WarrenBelz
146,660
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,004
Most Valuable Professional