Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Table] Lost cell with InsertRow() fuction #461

Open
huannjl opened this issue Oct 11, 2023 · 1 comment
Open

[Table] Lost cell with InsertRow() fuction #461

huannjl opened this issue Oct 11, 2023 · 1 comment

Comments

@huannjl
Copy link

huannjl commented Oct 11, 2023

I got the issue lost cell(only contains space) with InsertRow() function
Row originRow -> 6 cells
Row newRow = Table.InsertRow(originRow);
Row newRow -> 5 cells

Please help to take a look.
OS : windows 11
.Net: 6
Xceed: 2.5

@evancekafando
Copy link

evancekafando commented Oct 25, 2023

Hi,

We were not able to reproduce the issue you describe using both the latest Community and the Pro versions. The tests were run with .NET 6 under Windows 10. Our test project is available at :
https://xceedinc.sharepoint.com/:u:/g/ETVntKN-jJFEo3ORei7NK6wBS1SbOS_NviWfqoBM8liuBA?e=ssf0Hn

To test the Pro version as well, simply remove the community dependencies, add the pro version ones and uncomment the Licensing part.

If you are able to modify it to reproduce your issue, please send it back and we will investigate further. Thank you.

Evance Kafando

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants