K kuvpatel Oct 17, 2003 #1 Hi How can I disable to a column in a datagrid bound by a dataset. regards Kuv
J Juan Gabriel Del Cid Oct 17, 2003 #2 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
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