andypandyswe
Programmer
How can I get text in a RowHeader (in a DataGrid control)? I've set the ColumnHeaders (for ex. to "model") with:
dataSet.Tables["resultTable"].Columns.Add("model", typeof(System.String));
...but I can't figure out how to do the same with the rows???
I would be most grateful if someone would point me in the right direction...
P.S.
The table has no children or anything...
D.S.
Andreas
dataSet.Tables["resultTable"].Columns.Add("model", typeof(System.String));
...but I can't figure out how to do the same with the rows???
I would be most grateful if someone would point me in the right direction...
P.S.
The table has no children or anything...
D.S.
Andreas