datagrid disable column

  • Thread starter Thread starter kuvpatel
  • Start date Start date
How can I disable to a column in a datagrid bound by a dataset.

Add a DataGridTableStyle to the grid and set the ReadOnly property of the
DataGridColumnStyle to true.

-JG
 
Back
Top