I'm trying to change the "sticky" columns dynamically in my project, but if I add a column with sticky true dynamically, the other column "rises" on top of the other, it's like the recalculation is not redone to leave more than one column with "sticky".
I made an example on "stackblitz" of the error, it starts with column 2 (ProductName) starting with "sticky" as "true", but if you click to column 1 (ProductID) and column 3 (Category.Category) it gets fixed, column 3 is on top of the other fixed columns.The three columns with styck only work if I start the kendo grid with both true.
To test, keep the screen small to generate horizontal scrolling
example:
https://stackblitz.com/edit/angular-hjbr9g-nsukvc?file=src%2Fapp%2Fapp.component.ts
It is a error of code that interrupt the flow the execution dynamically in the project.
What would be the code error? The only thing I'm doing is setting the "fixed" property to true or false