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
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
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
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
May 21, 2013 




Recent Comments