I want to display data in a DBGrid. However, I want one of the columns to be
changeable and the rest of the grid to be locked. I tried setting the
AllowUpdate property to True and locking all the columns except the first,
but I still can't change the first column. I think this is because I am
displaying values from two tables in the grid. If I use only one table, I
can then change the data in the first column. Also, when the data is changed
in the first column, I don't want the database updated.
One way I think I can do this is by copying from a bound DBGrid to an
unbound DBGrid, but whatever I've tried hasn't worked. So far I can't get
anything into the unbound DBGrid. Any ideas or code would be appreciated.
Thanks Rick