Rank: Member Groups: Member
Joined: 11/29/2007 Posts: 25
|
I am evaluating the grid and would like to use a strongly typed list as the data source. Is there some way to do this?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Yes. You can bind it to an array of objects. In this case GridColumn.DataField will be regarded as property name instead of data field name.
|
Rank: Member Groups: Member
Joined: 11/29/2007 Posts: 25
|
Great, Thank you.
|