Is it possible to refer to specific columns in DataGrid in the same way as is done in a Grid? I.e. Grid.Column="1" Grid.ColumnSpan="2".
So is there a way of doing - ----- DataGrid.Column="2" etc
For a simple example------
Thanks in advance.
Urema.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
personPosted Sep 3, 2009, 11:55 AM
Fair enough, that sounds fine, however does that enable the DataGrid to provide the indexing of columns in this form - MyDataGrid.Column="0"?
Thanks,
Urema.
Mahesh ChandPosted Sep 3, 2009, 11:07 AM