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
35
Once fixed and then unfixed columns headers change their position.
posted

Initial

This is how initially rendered.

After fix and unfix it changes the sequence of columns at level 0 under individual group header.



I am using igTreeGrid for this. I do not know what version we are using. Can someone guide me how to check the version too. 

Appreciate help and positivity.

Thanks,

Shweta 

Parents
No Data
Reply
  • 140
    Offline posted

    Hello Shweta,

    After conducting a thorough investigation and attempting to reproduce this exact behavior you described, what I can suggest is ensuring that each column in your grid configuration has a unique value for its key option.

    Column fixing requires unique keys for each column to manage complex structures effectively. When columns share key values, it can lead to unexpected behaviors where the system fails to correctly bind data, disrupting the flow of the chart.

    Since your implementation is undisclosed, I am attaching a sample for your reference. Please test it on your side and let me know how it behaves. If this is not an accurate demonstration of what you are trying to achieve, please feel free to modify it and send it back to me along with steps to reproduce. Alternatively, if the behavior cannot be replicated, please feel free to provide your own sample. Remove any external dependencies and code that is not directly related to the issue, zip it and attach it in this case. 

    Having a working sample on my side, which I can debug, is going to be very helpful in finding the root cause of this behavior. 

     

    To check the version of your igTreeGrid or any other component you can simply write in the browser JavaScript console $.ui.<widget_name>.version. For example $.ui.igTreeGrid.version. I have also added an implementation of this in the attached file for you to check out.

     

    Thank you for your cooperation.  

    Looking forward to hearing from you. 

     

    Regards, 

    Arkan Ahmedov,

    Infragistics 

    8507.index.zip

Children