Question
2
Replies
1166
Views
Cognizant
Posted: March 15, 2016
Last activity: April 13, 2016
Closed
Solved
Drag and drop section elements
Hi,
I have a section, which contains some elements, I want to change to order of elements by dragging it and dropping it where required within section. are there any ootb functions to achieve this requirement ? or we need to implement java script to meet this requirement. please suggest
Hi
Dragging and Dropping is definitely supported. That is how we use most of the components in Developer Studio . For example, dragging properties etc from App Explorer to section .
Have a look at the UI Gallery example for Drag and Drop . The relevant section is : pxUIGalleryGridActionsWrapper
This will give you some idea about the components involved in drag and drop . Based on this , you can think of designing your app.