Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
644
<ig:gridView dragdrop
posted

how to off drap drop feature of <ig:gridView>

I want to make the colum fixed.

 Plz help.

Parents
No Data
Reply
  • 2301
    posted

     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

Children
No Data