P
Peter Bladh
Hi!
After a tip from Alex Feinman I manage to databind a datagrid to an
arraylist (thanks!). But the datagrid doesn't reflect changes in the
arraylist, unless I do the following
dg.DataSource = null;
dg.DataSource = myArrayList;
.... which doesn't seem very effective.
Is there a better way?
Regards
Peter Bladh
After a tip from Alex Feinman I manage to databind a datagrid to an
arraylist (thanks!). But the datagrid doesn't reflect changes in the
arraylist, unless I do the following
dg.DataSource = null;
dg.DataSource = myArrayList;
.... which doesn't seem very effective.
Is there a better way?
Regards
Peter Bladh