how to off drap drop feature of <ig:gridView>
I want to make the colum fixed.
Plz help.
Hi:
Just set the fixedColumnCount attribute of the grid to the number of columns i your grid.
Also, make sure the allowFixedColumns attribute is set to tru.
Like this:
<ig:gridView dataSource="#{webgrid_fixedColumnsPage.employees}" pageSize="10" allowFixedColumns="true" fixedColumnCount="5" style="width: 600px; height: 400px;" >
Best,Jim