Why can't I edit data in DataGrid when it's bound to ArrayList

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi there!

Talking about winform DataGrid here. I have a 1D ArrayList which contains
objects of type SampleType. SampleType class exposes a number of editable
properties. When I bind this ArrayList to my DataGrid and run the code the
contents are not appearing as editable, although I didn't touch any Readonly
properties. Do I need to create my own collection class and bind the
collection instead of ArrayList?

Thanks
Nikolay.
 
Back
Top