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
20
How can I have fixed columns to the right of non-fixed columns?
posted

 I know that I can specify the first 4 columns for example to be fixed like so:

 <ig:gridView dataSource="#{webgrid_hierarchicalGridPage.companies}" sortListener="#{webgrid_automaticSortingPage.sortListener}" pageSize="10" fixedColumnCount="4" 

 However, how would I specify that I want say the first 4 to be fixed, the next 5 to scroll and the last one to also remain fixed? Is that possible?

Parents
No Data
Reply Children
No Data