N
Nicholas Paldino [.NET/C# MVP]
Yaniv,
You should have a collection implement the IBindingList interface. The
datagrid will recognize this interface and sign up to receive notifications
(through events on the interface) when the list has changed.
Also, if the properties are not read only (which they are not from your
code), you should have no problem clicking on the cell and modifying the
value.
Hope this helps.
You should have a collection implement the IBindingList interface. The
datagrid will recognize this interface and sign up to receive notifications
(through events on the interface) when the list has changed.
Also, if the properties are not read only (which they are not from your
code), you should have no problem clicking on the cell and modifying the
value.
Hope this helps.