SPCalendarView in sharepoint 2010 placed on custom aspx / ascx page does not respond to any actions
RESOLUTION/ WORKAROUND
1. Webpart containing SPCalendarView ; inherting from System.Web.UI.WebControls.WebParts.WebPart has issues. The Day/ Month/Year & many more navigations & hyperlinks do not work.
1. Webpart containing SPCalendarView ; inherting from System.Web.UI.WebControls.WebParts.WebPart has issues. The Day/ Month/Year & many more navigations & hyperlinks do not work.
2. SOLUTION: Webpart containing SPCalendarView ;inherting from Microsoft.SharePoint.WebPartPages.WebPart works with no issue.
NOTE: here we are not making any changes in rendering level. We still will get the v4 rendering looks.
More Details :
Happy Coding...
Comments
Post a Comment