I assume that you refer to the defaultDragImageSkin on the DragManager? How can I set that style programmatically (as I don't want to create a system-wide effect here.) It doesn't look like DragManager has a setStyle method.
I've currently implemented my own drag/drop on my datagrid in order to have more control over my DragProxy. It seems like a lot of overkill, and I assume that I am missing a simpler approach. Perhaps it is needed for the type of UI feedback I want. Just to restate, when the user drags items out of a grid, I want a simple trashcan icon to be the DragProxy regardless of whatever component they drag over. This indicates that they will be removing the items from the grid. I don't even want the copy/move/reject cursors to show; just a trash icon. Conversely, if I could just change the copy/reject/move cursors to use a small trashcan icon, that might be preferable. I haven't seen a way to stylize these cursors outside of a stylesheet. Is there a way to change them programmatically? -- jim --- In [email protected], "Josh McDonald" <[EMAIL PROTECTED]> wrote: > > I'm pretty sure the "x" icon image is set as a style on the dragproxy, so > you should be able to get away with just assigning a custom style name and > setting up your trashcan icon in your css.

