EDN Admin
Well-known member
Hello.
I have dataset, which contains tableadapter.
On my Windows Form I have two DatagridView.
I set Datasources on my Grids from dataset, but i have specific problem:
Second Grid on my form is defaultly sets to Readonly (all columns) and I cant create this property: I wrote code in designer of my form (and when property of my columns were "this.column1.ReadOnly = false;" in designer, columns stay ReadOnly), i set property in property column in visual studio. There are nothing that help me solve this problem
Whats wrong with it?
P.S. I know about global ReadOnly property for DataGridView and try to change it too.
Sorry for my English.
View the full article
I have dataset, which contains tableadapter.
On my Windows Form I have two DatagridView.
I set Datasources on my Grids from dataset, but i have specific problem:
Second Grid on my form is defaultly sets to Readonly (all columns) and I cant create this property: I wrote code in designer of my form (and when property of my columns were "this.column1.ReadOnly = false;" in designer, columns stay ReadOnly), i set property in property column in visual studio. There are nothing that help me solve this problem
Whats wrong with it?
P.S. I know about global ReadOnly property for DataGridView and try to change it too.
Sorry for my English.
View the full article