Jan 29, 2018, 4:24 PM
[CLOSED] Drag and drop on grid panel not working in Ipad
Hi,
We implemented drag and drop in GridView. It is not working as expected in Ipad's chrome. Please find our implementation below.
We implemented drag and drop in GridView. It is not working as expected in Ipad's chrome. Please find our implementation below.
<ext:GridView ID="grdViewGroups" OverflowY="Scroll" StyleSpec="width:100% !important" runat="server">
<Plugins>
<ext:GridDragDrop runat="server" />
</Plugins>
<Listeners>
<Drop Fn="trackDragDrop" />
</Listeners>
</ext:GridView>
Let me know if I have missed out something.
Last edited by fabricio.murta; Feb 23, 2018 at 6:06 PM.