cancel
Showing results for 
Search instead for 
Did you mean: 

Drag&Drop in GridLayout

Former Member
0 Kudos

Hi experts,

I implemented a calendar to display the workload for each day of a week. I tried to integrate some further functionality into this table (actually it is a GridLayout) like Drag&Drop. The user should have the possibility to drag an exercise from one day and drop it to another. At the implementation of the event-handler method onDrop I found no way to find the column on which the exercise was dropped - the particular node is not selected or set to lead selection.

Could someone help me with this issue?

Best regards,

Max

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I just found a solution. I implemented for each column an own event-handler. Therefore I can assign the excercise to the right column.

Has anybody else a better solution?

Best regards

Max