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
facing problem with 'fixedColumnCount' in <ig:gridView> component
posted
I have list of links and on click of this I am refreshing one area which has different different webGrids with fixedColumnCount="2".
 
This link click is nothing but AJAX by A4J.
 
When the page is getting loaded, fixedColumn behaves as expected. Then I am clicking on second link. And again the same previous link to see the previous webGrid.
 
And now I don't see any fixed columns on the grid.

Can I have the solution?
Is it a known bug?

It is bit critical for me.

Thank you.
  • 1324
    Verified Answer
    posted

    Hello Vishal,

    It seems that you are working with the ajax4jsf along with NetAdvantage. I think you will get unexpected behavior in application while mixing up the NetAdvantge feature with ajax4Jsf.

    Reason is: NetAdvantage has its own implementation of performing the AJAX submit whcih may not be compatible with the ajax4jsf and this may result unwanted result.

     Roshan