drag and drop

I would like to know how to drag and drop data from one table to another.

For example:

Grid1
xx1
xx2
xx3
xx4

Grid2
zz1
zz2
zz3
zz4

I want click and drag “xx1” from Grid1 to Grid2.
The result is:

Grid1
xx2
xx3
xx4

Grid2
xx1
zz1
zz2
zz3
zz4

How can I do that?

Grateful. Leonardo.

A little bit of strange place, placing this topic in the plugins and Beans. :-)

you say table, but I think you mean form or table-view??
in a table-view this is only possible from Servoy 5 RC and higher…
Johan, posted an example solution somewhere in the Servoy 5 (tano) topic.

in 4.1.3, this can only be done, by using the tablebean of DrMaison (http://www.servoy-plugins.de)
I don’t know your skills, but this is not real easy for a beginner. You have to script everything in this bean.
the sample solution, gives you a jumpstart