W
Walt Borders
Hi,
I'm using a DataViewManager to sort the children of parent-child
nested tables in a DataSet. The DataViewManager and DataGrid work
very well doing every thing that is needed, except...
The DataGrid needs to:
AllowDelete = false;
AllowNew = false;
AllowEdit = false;
On the base tables in the dataSet, I set those values using
"DefaultView".
I'm also using DataGridTableStyle and setting the columns to "ReadOnly
= true".
Neither helps. Is there a better way to control the, AllowDelete,
AllowNew and AllowEdit for a dataGrid on a DataViewManager?
My environment: .NET, framework 1.1, C#, windows forms.
Thanks in advance
I'm using a DataViewManager to sort the children of parent-child
nested tables in a DataSet. The DataViewManager and DataGrid work
very well doing every thing that is needed, except...
The DataGrid needs to:
AllowDelete = false;
AllowNew = false;
AllowEdit = false;
On the base tables in the dataSet, I set those values using
"DefaultView".
I'm also using DataGridTableStyle and setting the columns to "ReadOnly
= true".
Neither helps. Is there a better way to control the, AllowDelete,
AllowNew and AllowEdit for a dataGrid on a DataViewManager?
My environment: .NET, framework 1.1, C#, windows forms.
Thanks in advance