Tag Archives: 2010
notif-ft

Display Status Notification Toast in a SharePoint Modal Dialog

When developing a site or application page in SharePoint the ribbon control will typically be excluded from the modal display since it is outside of the modal dialogs rendered output (see SharePoint CSS class s4-notdlg). In most cases this is just fine, except that, if you want to display SharePoint notification toast’s you won’t see them, […]

Read more
restpage-ft

Client and Server Driven Paging with the SharePoint REST API

If you are using the SharePoint REST API (listdata.svc) to return non-trivial amounts of data you should definitely consider implementing some form of paged access to the data; not only to reduce the burden on the server but also to improve the overall user experience. Fortunately with the SharePoint REST API this is pretty straight forward to do. […]

Read more
rest-ft

Adventures with the SharePoint REST API Part 2 – The AIR Tool

Series Links SharePoint: Adventures with the REST API Part 1 SharePoint: Adventures with the REST API Part 2 – The AIR Tool The tool/UI I’ve been using, along with the blog post “SharePoint: Adventures with the REST API Part 1” has been added as a Codeplex project, for some reason I named it “SPAIR“

Read more
rest-ft

SharePoint: Adventures with the REST API Part 1

Series Links SharePoint: Adventures with the REST API Part 1 SharePoint: Adventures with the REST API Part 2 – The AIR Tool Updated 2013-03-19 :: Entity-set Schema. Updated 2013-03-15 :: Using REST with JSON. In this post; Introduction to REST Entity-set Schema Using the $select Query Option to Restrict Returned Columns SharePoint Columns Available via […]

Read more
upmp-ft

SharePoint: Making the User Profile Manager Property Mandatory

In this post we will be making the User Profile Manager property a mandatory element when users update their user profile. Spoiler This could quite possibly be the most pointless post ever, because the User Profile Manager property cannot be set to Required. The Manager property is a OOTB/system property and the policy setting controls […]

Read more
Follow

Get every new post delivered to your Inbox.

Join 427 other followers