Hey,
You can switch on and off the edit part of the column as you specified, but to do what you want to do, I don't know. You can access an entire column through the DataGrid.Columns collection, which allows you to set visibility. In addition, to access a specific row, use DataGrid.Items(index) to access the items in a DataGrid. JavaScript may be a need for this to work also.
Brian
|