I have a question that I would like some help answering please. I have a datagrid control on my form, along with
and adodc control. The adodc control gets the records that I need, and the datagrid control is bound to the adodc
control. The datagrid control needs to be updatable, allow for delete and allow for insert. However, I need to display
columns in the datagrid that should not be editable. Is there a way that I can make only certain columns in the datagrid
control editable? Or, if that isn't possible, how would I detect which column a user is clicking on, and then determine
if that column is to be editable or not? The methods/properties I have seen don't state anything about the currently
selected column, only the lastcol selected. Can anyone help me out with this please?