G
Guest
I have a datagridview (Winforms vb.net) whose datasource is a class I have
constructed. I want to allow users to edit the cells in the grid and I can't.
The MS documentation states that for this to be done the underlying data
source should support editing. (I have enabled the grid, set the EditMode
property and ReadOnly property appropriately). But the cells cannot be
edited. I am sure this is because the underlying class does not support
editing.
How do I amend my class so that it supports editing?
Thanks,
Maz
constructed. I want to allow users to edit the cells in the grid and I can't.
The MS documentation states that for this to be done the underlying data
source should support editing. (I have enabled the grid, set the EditMode
property and ReadOnly property appropriately). But the cells cannot be
edited. I am sure this is because the underlying class does not support
editing.
How do I amend my class so that it supports editing?
Thanks,
Maz