[SOLVED] Setting Enabled = true on DataGridView is not working visualy

Answered
0
0

Hi,

If you do
dataGridView1.Enabled = false;
then visualy you see that the grid is disabled.

But when you after that do
dataGridView1.Enabled = true
the grid will be enabled but visualy it is still disabled.

Thanks.

Best regards,

Wilfred

  • You must to post comments
Best Answer
0
0

Hi Wilfred,

issue  #1794 is fixed in 1.5.49 and 2.0.12.

Best regards
Frank

  • You must to post comments
0
0

Hi Wilfred,

thank you. It´s logged as #1794. We´ll inform you when a fix is available.

Best regards
Frank

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.