dataGridview BeginEdit isn't working

0
0

Dear All

I try to migrating to VS 2026 with Wisej 4 using Net Core 10.

I have some trouble to using dataGridview to edit data.

dataGridView1.SetCurrentCell(1, 0);
dataGridView1.BeginEdit(true);

 

Try using code above to edit cell text, but the cell didn’t change to EditMode.

There no problem when using Dataset, but dataset not supported in Net Core.

Please there any suggestion how to solve this (example in attachment)

 

Thanks

 

Nicky

 

 

 

 

 

  • You must to post comments
0
0

DataSets are supported perfectly well in net 10. BeginEdit works just as well.

  • You must to post comments
0
0

Hi Nicky,

it’s not a problem with Wisej.NET 4 or .NET Core 10.

Just use a DataGridViewTextBoxColumn instead of a DataGridViewColumn.

Best regards
Frank

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.