
Announcements
Hi everyone,
I have created a Editable Grid using Gallery in power apps and i am using a button with text['edit in grid view' & 'exit grid view'] so that the gallery Mode changes from View mode to Edit mode and users can enter their data manually,
In this above app, I wanted to implement “Drag” option (Like in Excel) for copying selected cell data to below cells in Editable Grid, So that if I select any field and drag it that cells data should copy to below cells.
But I am not getting how to implement this,
Can anyone describe how to implement this feature or can u share any materials or links so that I can have a clear idea.
if u have any suggestions tell me.
There's no built-in drag and drop functionality with Power Apps so this requirement would be difficult to accomplish.
To do this, you'd need to build a custom PCF control to implement drag and drop. You can take a look at Scott Durow's component to understand how this is done.