Sorry for the crud example but its the easiest way to explain this.
download this example
http://es.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.44.75.14/PopupWindow.zip
and then add
{ name: "Selection", mode: "cell", multipleSelection: true, mouseDragSelect: true, touchDragSelect: true,
}
now run and click the popout button then click on a cell and release. Now the mouse is stuck to that cell and moving emulates dragging. What causes this? It occurs at random times for us and we never had a good way to lock it down. Finally in this example it does this every time.
Hello Sean,
I have received a word from the developers. It is not recommended to attach/detach a widget in that way, because a lot of the bindings wont work. For example the mouse release event is not fired properly, because it is bind to the Parent window not to the child window. Could you please explain to me what is your goal, why you want to detach the igGrid and to attach it to a new window.
Looking forward to hearing from you.