Hi everyone,
I was trying to use DataGridView in a form, and I added a column and playing with properties to see how it works I found that the designer doesn’t match the code. I mean, when I set ReadOnly=true the change it takes effect but when I go back to set ReadOnly=false, this one doesn’t make the change in the code. I’m using the latest version 1.4.50 released by Nov. I added some pictures so you can see the issue.
Regards.
I’m not sure I understood. When you say “I go back to set ReadOnly=false” do you mean that you set the property back to false and then it disappears from the designer code? If that’s the case it’s normal since the default value is false.
I just tried to set a column ReadOnly=true by hand in InitializeComponent(), opened the designer, and the property is correctly shown to be true. Did I miss something?
Please login first to submit.