Here is a technique for binding an arraylist of objects where the objects contain
public property that can appear as columns in the datagrid. In this example, the
object contains 2 public doubles, one named value and the other named sqrt.
To bind this arraylist to a datagrid, add a custom tablestyle that has a MappingName of
"ArrayList", and then use the property names as the MappingName for each column. Below are
some code snippets. You can download a working project that also has code to delete rows and
add new rows to the bound arraylist.
|