How to make a table read-only using ASP.NET dynamic architectural data

How do I make individual tables and / or columns read-only so that the edit button does not appear in the ASP.NET dynamic data infrastructure?

I use it against the context of entity data.

Is it possible?

+3
source share
1 answer

See my article here Creating a read-only field through ReadOnlyAttribute - Dynamic data should get what you want.

+3
source

Source: https://habr.com/ru/post/1705274/


All Articles