I have Asp.net application that implemented with Dynamic Data technology. All data from my database is displayed in DetailsView (standard for dynamic data). Each row in DetailsView contains icon with buttons edit and delete. In some cases I should disable row editing and hide edit-delete buttons in some rows. Is it possible in dynamics.
P.S. I have found DetailsView.AutoGenerateEditButton
property, but it does not applicable for me: the property just hide edit-delete button for all grid, not for some rows.