PDA

View Full Version : Drag-and-Drop grids on a LayoutDialog



syph252
26 Feb 2007, 4:09 PM
I'm trying to use the drag & drop grids as described in the example here:
http://www.jackslocum.com/blog/2006/09/30/drag-and-drop-with-the-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.

syph252
27 Feb 2007, 11:02 AM
I think I got it.

Adding the following seems to have done the trick:

.ygrid-drag-proxy {
z-index:10004;
}