M Mervin Williams Nov 1, 2005 #1 Can anyone tell me how to access one of the column's DataGridColumn from a DataRow? Mervin Williams
T TT \(Tom Tempelaere\) Nov 2, 2005 #2 Mervin, Mervin Williams said: Can anyone tell me how to access one of the column's DataGridColumn from a DataRow? Mervin Williams Click to expand... Not that I've ever tried this, but I'd say that your data column is bound to a grid column by column name. So the column's name would give you the bound DataGridColumn. Any reason for doing this? HTH, Tom Tempelaere.
Mervin, Mervin Williams said: Can anyone tell me how to access one of the column's DataGridColumn from a DataRow? Mervin Williams Click to expand... Not that I've ever tried this, but I'd say that your data column is bound to a grid column by column name. So the column's name would give you the bound DataGridColumn. Any reason for doing this? HTH, Tom Tempelaere.