Friday, April 6, 2012

Open SharePoint Calendar overlay events in modal dialog

I have calendar control with calendar overlays in a page to show calendar events to end-user. All calendar overlay events opens in a new window. But my client wanted to open those events in modal dialog, not in new window. Then I used the below code in my page(where calendar control presents) using content editor webpart.// load our function to the delayed load list_spBodyOnLoadFunctionNames.push('calendarEventLinkIntercept');...

Wednesday, March 28, 2012

Anonymous access to SharePoint 2010 list forms

You could have faced a strange issue when accessing SharePoint 2010 list forms on anonymous access. I have a Publishing Site with FBA authentication. I was using calendar control with overlays to display the events to all users. calendar control uses "DispForm.aspx" to display the event details to the user. But when anonymous users click on the Title, the page redirects to the Login form. Its the...

Sunday, March 25, 2012