Skip to main content

Does anyone know how to drag and drop between 2 lists in a SmartForm?  Is that possible or will I need to use some type of button control instead?


The idea is that I want to present the user with a list of applications that they can request access to on the left, and they can drag the items from the left to the right with the items appearing on the right in a separate list, simultaneously disappearing from the list on the left, and vice versa.

Yes it is possible. See these posts:


List-box behaviour: http://mimicking-listbox-behaviour.blogspot.com/
Single-save scenario: http://k2smartforms-single-save.blogspot.com/


So there is no "drag and drop" per se - I need to use a control to facilitate this behavior?


No drag and drop OOTB. Either you keep it simple and use arrow buttons (check Sujeeth post) or you will have to implement you own custom control.


 


 


Reply