The event data has three properties: start, source and target. The first two are row ids from the source grid, and the last one is the row id from target grid. The target grid can be determined by the event itself, but how to determine the source? What if multiple different kind of source grids ?
The array property ‘source’ in the data always only has start as its only element.
But vice versa, if the event attached to the source, we can’t determin the target. Maybe I didn’t catch you. Could you provide a simple example. Thanks.
Thanks Results for your response.
This is a workaround. I use this way to multiselect and d-n-d rows in dhx5.x, and thanks the dhx team, this is solved in dhx 7 with .getCells(). But source/target determination arises.