Hi Wisej,
err with Wisej.Framework version 3.5.10.4
When set DataGridView1.AllowUserToAddRows =True. Err: DataGridView1 not auto add row default
But when DataGridView1.DataSource = BindingSource1. DataGridView1 auto add row default
You can check it.
Thank you.
We are running into a similar issue, but it persists even after upgrading to 3.5.12. Was there anything else I needed to do to correct this problem?
Hi Huynh,
this issues is fixed in Wisej.NET 3.5.11 that has just been deployed.
Best regards
Frank
We’re working on a fix that will be included with the next release of Wisej.NET.
In the meantime, the workaround is to do Me.DataGridView1.AllowUserToAddRows = True
in the Load event instead of setting it in the designer.
-Julie
Thanks for providing a sample. I was able to reproduce the issue and we are looking into this.
-Julie
Please login first to submit.