Issue with DataGridView when setting ReadOnly to false. Impossible to edit row.

0
0

Hi,

I have another issue with the DataGridView. I set the grid to ReadOnly=true and only set it to false when the form is in “editmode”. “Editmode” is just a variable I maintain. It is not important.

How to reproduce the issue:
1. Run the attached project. Notice that you can not change anything in the grid, Name or GoodGuy, because the ReadOnly prorperty on the grid is true.

2. Click the “Provoke issue” button. Now the grid is in ReadOnly=false. Notice that you can change the “GoodGuy” column that is expected. But it is impossible to edit the “Name” column.

3. Now click the refresh button in the browser. Now it is possible to edit the “Name” column.

Hope you are able to reproduce the issue in the attached solution.

Thanks.

Best regard,
Wilfred

Attachment
  • You must to post comments
0
0

Hi Wilfred,

it´s fixed in the latest development build (1.3.17).

Best regards
Frank

  • You must to post comments
0
0

Thanks Wilfred,

for sample and description.

I could reproduce the problem and have logged it as WJ-7883.

Best regards
Frank

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.