Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DBGrid Control - ReadOnly 1

Status
Not open for further replies.

subhavs

Programmer
Joined
Nov 27, 2000
Messages
54
Location
US
Hey ...

How do I make the ADO DBGrid control as read only ?

Thanks,

- Subha
 
The DBGrid control has the following properties which define how it can be used:

AllowAddNew
AllowDelete
AllowUpdate


If you want the grid to be read only, set these three properties to False

Simon
 
Thanks Simon. It worked.

- Subha :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top