
Question about data bound grid control (DBGrid1)...
I need to make a single column read-only or locked. Heres how its setup so
far...
The grid is bound to a data Data control ("Data1") which is bound to Jet 4.0
and to a database.
The grid has three columns: Quantity, Price, Total. The Total column
automatically sums (Price * Quantity). How do i make ONLY that column
(Total) read only so the user cannot change the value? As it is now, user
can change the numbers in the Total column and when they go to the next
field it will change it back to the correct number, which is good. But I'd
really like to lock that column or make it read only so the user cannot put
the cursor in it to manipulate the code-generated value.
Any suggestions will be appreciated. Thanx!