I would like to not have 2 actions "Detail" and "Edit". I only want to support Edit.
How can I globally remove the "Details" action. By removing the details action from the scaffolding in global.asax, the "Details" link is disabled but still shows. Is there a way to completely remove it globally?
I would like to rename the "Edit" Action (just the link, not the action name) to something else. Is this also possible to do globally?
None
0 Points
16 Posts
How to rename an action link?
Jan 11, 2011 08:44 PM|jbliss1234|LINK
I would like to not have 2 actions "Detail" and "Edit". I only want to support Edit.
All-Star
17916 Points
5681 Posts
MVP
Re: How to rename an action link?
Jan 12, 2011 08:29 AM|sjnaughton|LINK
Hi jbliss1234, delete it from the List and disable it in the ListDetails pages. for rename in List it is easy just rename.
You will find the page in the DynamicData\PageTemplate folder any changes you make in here will show on all pages.
Dynamic Data 4
Always seeking an elegant solution.