Go to SharePoint designer and open the site ->Your List->Your View
If you want to remove existing ECB menu then remove the following code and save it.
Find all FieldRef in <ViewFields> tag. Then add below attributes to desire FieldRef like this code
<FieldRef Name="DateColumn" ListItemMenu="TRUE" linkToItem="TRUE"/>'
If you want to remove existing ECB menu then remove the following code and save it.
<FieldRef Name="LinkTitle"/>
No comments:
Post a Comment