Treegrid's columns

How can I create a treegrid with movable columns ???

Hi Shaman, Column re

Hi Shaman,

Column re arranging feature is available for the dataGrid, using the gridColumnDnD behaviour.

e.g.

<b:dataGrid dataSource="ds" height="100%" width="100%" e:behavior="b:gridColumnDnD">
</b:dataGrid>

-Senaka