https://stackblitz.com/edit/angular-1v1k8m?file=src%2Fapp%2Fgrid%2Fgrid-paging-sample%2Fgrid-paging-sample.component.html
If I follow the above method, it works for 1 time. But recently an error occurred. The error is encountered when I successfully add the column and then edit the newly created cells, it gives an error.
Who knows help me with. Tks you!
Hi Nguyen,
After further investigation, I have logged this behavior in our GitHub repository and you can view the issue here.
In order to receive a notification whenever a new information is available, please make sure that you are subscribed to the issue. This can be achieved via “Subscribe” button.
Please let me know if you need any further assistance regarding this matter.
Best regards, Bozhidara Pachilova
Hi Bozhidara Pachilova!
I checked again and the error is still there.
I really need this fix.
Hope our dev team can solve it soon and notify me.
Thank you!
Thank you for clarifying the steps to reproduce. I can confirm I observe the error. Oddly enough, it is not reproduced for each cell of the dynamically added columns, and only for some.
One thing I noticed is that it seems the error is not reproduced when I uncomment the custom cell edit template – check it out again on the same link. So, what I can suggest for now is defining a custom cell edit template as in the sample as a workaround.
I will be looking into this matter and will update you once I have more information
Reappear:B1: click the button add columnB2: click on the column you just clicked and edit those cellsB3: click the button add columnB4: click on the cells in the newly created column to see the bug.(There are cells that are blocked or not)
Thanks for answering.I tried running it but the bug still exists. My guess is that this bug is caused by the library.
Can you check again?Recurrence: first add column and click on cells, usually error occurs from column 11 onwards.