i thnk  he askd for drag and drop for a particular row.. but what the
previous reply says is about for a particular column..

u cant do that directly,, u allow drag and drop.. and once drop is
over a event will be fired.. in that event handler u can block the
drop.. or if u want to prevent drag itself. u can do tat also in the
event handler

On Jan 2, 4:25 pm, flex group <[email protected]> wrote:
> mx:DataGrid id="dg" dataProvider="{arrcol}" >
>                 <mx:columns>
>                         <mx:DataGridColumn dataField="name" 
> draggable="false"/>
>                         <mx:DataGridColumn dataField="no"/>
>                         <mx:DataGridColumn dataField="empemail"/>
>                 </mx:columns>
> u specify on specific columan draggable=false
>
> On 1/2/10, prashant waykar <[email protected]> wrote:
>
> > Hello Friends,
> > i want to disable the drag drop of the specific row in a datagrid.
> > Can someone please help me out?
> > Thanks in advance
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "Flex India Community" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected].
> > For more options, visit this group at
> >http://groups.google.com/group/flex_india?hl=en.

--

You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.


Reply via email to