Tag: javascript

  • Filter a SharePoint Calendar List With a Date Picker

    I was trying to add a date picker to allow the filtering of a Calendar list in SharePoint. Unfortunately I had SharePoint Foundation, which is missing the Date Filter web part which only comes with the Enterprise edition of SharePoint. I found this article, which works great for filtering a specific date.  My calendar items…

  • Search Refinement Panel Web Part “Show More” Link Not Working

    I recently discovered that the “Show More” link on the Search Refinement Panel web part had stopped working, seemingly out of the blue.  With a bit of debugging I discovered that the functions defined in the onclick event: were returning “Object Expected”.  For some reason the functions were no longer defined. I eventually figured out…