I have a GridView which is populated from a DataSet. Each row consists of a CheckBoxField based on a boolean value, two text fields and an ImageField based on a file path string.
The problem is that the GridView is in some kind of read-only mode so that I can't check/un-check the checkboxes...how do I enable that???
Start Free Trial