
Newbie: How to Lock a Row in DBGrid?
I know that 'DBGrid1.Columns("Payments").Locked = True' will lock
a column in all rows from being updated.
How can I lock Row 0 and still have all of the rest of the columns in
the rest of the rows available to be updated?
Magic