3

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?

JohannesH
  • 6,430
  • 5
  • 37
  • 71

1 Answers1

3

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

Wizzard
  • 924
  • 5
  • 9