PDA

Click to See Complete Forum and Search --> : DBGrid


Smithrr
Oct 19th, 1999, 08:56 PM
I am using the MSRDC data control and the DBGRID control. Everything is bound. Now if a users starts to enter a new line but then decides that they shouldn't have what can they do? I would like them to have the option of highlighting the entire line and deleting it. I have not yet found out how to do this.

JHausmann
Oct 20th, 1999, 11:12 AM
AllowDelete property will need to be set to true.

I have my users do deletions by pop-up menu but I believe they can press the delete key if the allowdelete is set properly.