-
26 Feb 2007 4:09 PM #1
Drag-and-Drop grids on a LayoutDialog
Drag-and-Drop grids on a LayoutDialog
I'm trying to use the drag & drop grids as described in the example here:
http://www.jackslocum.com/blog/2006/...e-grid-part-2/
... but I want to use them within a LayoutDialog.
I have it kinda working, but the problem is that when I drag from one grid to the other, I don't see the tooltip-like text that says "1 selected file", because it's behind the dialog.
Is there any way to make this text show up in front of the dialog and the grid?
Thanks.
-
27 Feb 2007 11:02 AM #2
I think I got it.
Adding the following seems to have done the trick:
Code:.ygrid-drag-proxy { z-index:10004; }
Similar Threads
-
Possible bug using XMLDataModel for a Drag & Drop grids
By syph252 in forum Ext 1.x: BugsReplies: 0Last Post: 8 Mar 2007, 11:14 AM -
Possible bug using XMLDataModel for a Drag & Drop grids
By syph252 in forum Community DiscussionReplies: 0Last Post: 8 Mar 2007, 11:11 AM -
GridDD and Drag Drop on BasicDialog / LayoutDialog
By christocracy in forum Ext 1.x: Help & DiscussionReplies: 7Last Post: 17 Dec 2006, 10:18 PM -
Grids in Tabs and grid with both editing and drag and drop
By glassy in forum Ext 1.x: Help & DiscussionReplies: 2Last Post: 19 Nov 2006, 2:42 AM -
Drag and Drop error for two grids (XMLDataModel)
By anotine in forum Ext 1.x: BugsReplies: 4Last Post: 17 Nov 2006, 10:55 PM


Reply With Quote