ERR: DataGridView1.AllowUserToAddRows

0
0

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.

  • You must to post comments
0
0

Hi Huynh,

this issues is fixed in Wisej.NET 3.5.11 that has just been deployed.

Best regards
Frank

  • You must to post comments
0
0

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

  • You must to post comments
0
0

Thanks for providing a sample. I was able to reproduce the issue and we are looking into this.

-Julie

  • You must to post comments
Showing 3 results
Your Answer

Please first to submit.