views:

404

answers:

1

How do you make individual tables and/or columns read-only so the edit button won't show in ASP.NET's Dynamic Data framework?

I'm using it against an entity data context.

Is it possible?

+3  A: 

See my article here Making a Field Read-Only via the ReadOnlyAttribute – Dynamic Data should get you what you want.

Wizzard
thanks definately a good start
JohannesH