Tag Archives: sharepoint

Moving web parts in SharePoint (without going insane)

If you’ve ever edited a SharePoint 2013 page with web parts and tried to drag them around, you’ve probably experienced frustration over how bad it works. I don’t know of a quick fix for this, but here are a few … Continue reading

Posted in Tips | Tagged , , | 26 Comments

Setting “Allow Fill-In” on taxonomy fields with CSOM

SharePoint taxonomy term sets can be open, allowing users to enter new values in the taxonomy picker. For this to work you also need to enable Allow ‘Fill-in’ choices in the site column settings for the managed metadata field connected … Continue reading

Posted in Development | Tagged , , | Leave a comment

Working with the AppInstalled and AppUninstalling events in SharePoint Apps

Some quick notes about remote app events receivers I have picked up when working with apps in SharePoint Online. When is AppInstalled triggered? When you add an app in SharePoint Online it shows in Site Content as being added. Installing … Continue reading

Posted in Development | Tagged , , , | 3 Comments