I am trying to simulate the drag and drop from ListGrid onto a TreeGrid. When I drag and drop using a mouse, FolderDropEvent is fired just fine. If I use a TransferImgButton and call treeGrid.transferSelectedData(sourceListGrid), it does not fire FolderDropEvent and I can't figure out which event it actually fires. Record is being copied to a TreeGrid but I can't process it without FolderDropEvent.
Thanks,
Henry
Thanks,
Henry
Comment