From: Alfred Roth on 23 Jun 2010 16:50 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 23 Jun 2010 18:33 Datagridview1.Columns[1].ReadOnly = true; Rich *** Sent via Developersdex http://www.developersdex.com ***
|
Pages: 1 Prev: Get an ArgumentOutOfRangeException when added a new row in my Data Next: PDF font features |