views:

182

answers:

3

I´ve developed a custom calendar that list some apointments from a SQLDB using LINQ. In Sharepoint WSS 3.0 its work fine but now my company has migrate to Foundation 2010 and after install de solution and open the especified page with the webpart i've notice that links to change the month and other functions its not working.

And the itens are not been showed. In the sourcecode of the page i can see the value set on codebehind but not on the brownser.

There is just fill docs about SPCalendarview and no one talk about this

thanks to everyone

A: 

We are facing the same problem. Anyone has managed to make the spcalendarview work in a custom page in sharepoint 2010?

Diego
A: 

I figured out a solution to this problem and posted it on my blog here: http://www.thelineberrys.com/default-category/spcalendarview-not-working-as-expected-in-sharepoint-foundation-2010-2.html

Steve Lineberry
A: 

The link provided by user443503 looks like it has part of the answer. Looks like the new SPCalendarView has an EnableV4Rendering property that is True by default.

Brian