Pages

Wednesday, January 4, 2017

SharePoint Apps: Custom List Form – Ribbon buttons are greyed out

When working with custom list forms using Visual Studio, by default, you will notice that the ribbon buttons are greyed out. 

image

You can resolve this issue by adding the <SharePoint:FormToolbar> control under PlaceHolderMain placeholder.

<SharePoint:FormToolBar runat="server"/>

image

No comments:

Post a Comment