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
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
Thanks Arkan for the reply.Pardon me for repeated post. But on my side when I was submitting the post, the submit button kept showing that loading gif and that gave me the feeling that my post didn't go through. So I created it again. Sorry about that.
Virsion that I am using is '16.1.20161.1009'. I do have unique column keys for each columns. I will check your sample to see what I have done differently.In the mean time I am attaching brief code for my implementation to give you an idea.
igTreeGrid.zipThanks,