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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

datagrid, enable update on certain columbs

Status
Not open for further replies.

louiserutherford

Programmer
Jul 18, 2003
3
GB
Hi,

I have a datagrid and have set the .addNew property to false. I want the user to be able to update the data, but only certain columns (not the key feilds). Is it possible to enable update on some columns but not others?
Thanks

Louise
 
I think if you set the locked property to true then the user can not change the column.

e.g. Grid1.Columns(1).locked = true
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top