RE: [flexcoders] Re: DataGrid Drop Deny based on dropIndex

2009-01-29 Thread Alex Harui
s.com Subject: Re: [flexcoders] Re: DataGrid Drop Deny based on dropIndex Hi S, That's a toughie...I haven't tried to selectively deny a drop depending on an index... I don't know of any methods that will reject the drag-drop other than the stopPropagation and stopImmediat

Re: [flexcoders] Re: DataGrid Drop Deny based on dropIndex

2009-01-29 Thread Adrian Williams
Hi S, That's a toughie...I haven't tried to selectively deny a drop depending on an index... I don't know of any methods that will reject the drag-drop other than the stopPropagation and stopImmediatePropagation methods. You might try looking the DRAG_OVER event to see if you can se

[flexcoders] Re: DataGrid Drop Deny based on dropIndex

2009-01-29 Thread park96
Hi Adrian, Thanks for the response. So I didn't know about the hideDropFeedback method on the ListBase class. That helps a bit but the problem I'm encountering now, is that when I start dragging, it denies it at first, but once it passed over a row that it's able to drop, it becomes droppable ov