From: Alfred Roth on
Hi all,
My datatable contains two columns. I visualize it with a DataGridView.
Now I want to disable editing the entire column[1]. How do I manage to
do that ?

Thx all
From: Rich P on
Datagridview1.Columns[1].ReadOnly = true;

Rich

*** Sent via Developersdex http://www.developersdex.com ***