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

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top