Hi mman,

Actually in your update complete handler you can just check that whether the
columns have changed according to the array that you have.

I hope this will work

Regards
Gagan Deep

2009/12/2 mman <[email protected]>

> Hello Gagan,
> that was really helpful! Thanks!
> I am just confused about how much effort this event (updateComplete)
> will require. I am doing cell/row/column formattings, and after each
> the styleFunction is called and also my columnMoved handler for the
> updateComplete event will be triggered. Don't you think that this is
> too much?
>
> I wonder if there is another specific event! I have tried
> AdvancedDataGridHeaderShiftEvent, but it seems that it is the wrong
> one!
>
> Thanks for help in advanced!
>
>
> On Dec 2, 11:40 am, GAGAN anand <[email protected]> wrote:
> > Hi mman,
> >
> > I think you should add Flex update complete event to data grid to get the
> > whether there is any update in the data grid. This will help you getting
> the
> > updated list of columns and then u can populate your array with the
> updated
> > columns.
> >
> > Hope this helps
> >
> > Regards
> > Gagan Deep
> >
> > 2009/12/2 mman <[email protected]>
> >
> > > Hi all,
> > > I need to catch the event of Column move in AdvancedDataGrid, since I
> > > have an array indexed by the column indices, and when the columns are
> > > reordered by the column move event, I need to reorder that array.
> > > Is there any example that illustrates such event usage?
> >
> > > many thanks for any help.
> >
> > > mman
> >
> > > --
> >
> > > 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]<flex_india%[email protected]>
> <flex_india%[email protected]<flex_india%[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]<flex_india%[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