Hi Dev Community,
I have a user request to add a custom column to a specific location using H5 scripting in M3. In Classic UI, I as able to append a new column anywhere in a grid by using the array.splice method in Typescript without any issues and all functionality worked correctly. However, in the Angular based version 2 of the UI, I can place the column wherever I want using splice, but when a user goes into display mode to panel E for example and then goes back to panel B, the row that the user selected has the first columns data repeated in most columns. Has anyone come across this issue and was able to overcome it?