[flexcoders] Disable Column reordering on Advanced Data Grid?

2008-12-04 Thread scottyale2008
Is it possible to disable column reordering on Advanced Data Grid? I've looked at all the properties and I don't see one such as (allowHeaderMove, allowHeaderReorder, etc.) Thanks!

Re: [flexcoders] Disable Column reordering on Advanced Data Grid?

2008-12-04 Thread Adrian Williams
We had a similar challenge except we needed to persist to the DB the rearrangement of columns...to do this, we extended the event class for our listeners so we could capture column selection events...You might try using the same thing and on column selected, perform a preventDefault() which