This seems like it should be simple... Is there an easy way to set my BindingSource or DataTable to read only?
I have a form that I load with a TableAdapter. The controls are bound to a BindingSource component - nothing tricky here.
I would like to set the form to read only based on one of the field values in the record. I was thinking there was a way to set the BindingSource or the DataTable to read only but the ReadOnly property is - read only!!
I could set every control to be read only but that would be a lot of work.
Any ideas?
Thanks,
Jim