N NewGuy Aug 30, 2004 #1 If someone can recommend a free readonly replacement for MS's internal datagrid I would be really happy
If someone can recommend a free readonly replacement for MS's internal datagrid I would be really happy
V Vagabond Software Aug 30, 2004 #2 NewGuy said: If someone can recommend a free readonly replacement for MS's internal datagrid I would be really happy Click to expand... You can't just set the dataGrid1.ReadOnly property to true? - carl
NewGuy said: If someone can recommend a free readonly replacement for MS's internal datagrid I would be really happy Click to expand... You can't just set the dataGrid1.ReadOnly property to true? - carl
N NewGuy Aug 30, 2004 #3 I can, but really I don't want to use the internal grid control. It's too hard to work with for something so simple. NewGuy said: If someone can recommend a free readonly replacement for MS's internal datagrid I would be really happy Click to expand... You can't just set the dataGrid1.ReadOnly property to true? - carl
I can, but really I don't want to use the internal grid control. It's too hard to work with for something so simple. NewGuy said: If someone can recommend a free readonly replacement for MS's internal datagrid I would be really happy Click to expand... You can't just set the dataGrid1.ReadOnly property to true? - carl
V Vagabond Software Aug 30, 2004 #4 NewGuy said: I can, but really I don't want to use the internal grid control. It's too hard to work with for something so simple. Click to expand... Well, you could create a Windows Control Library derived from DataGrid and initialize the component with this.ReadOnly = true. You could even hide the ReadOnly property from Intellisense. - carl
NewGuy said: I can, but really I don't want to use the internal grid control. It's too hard to work with for something so simple. Click to expand... Well, you could create a Windows Control Library derived from DataGrid and initialize the component with this.ReadOnly = true. You could even hide the ReadOnly property from Intellisense. - carl