Hi,
I need to to a property search to fetch calendar events from different parts of our website and then bind the results to a EPiServer:Calendar control.
However, I'm unable to do this. No results show up. The strange thing is that when I use a PageList instead with exactly the same datasource, the events shows up on that one but not the Calendar.
When I use the example code below, only the list rendered by the PageList shows up:
Does anyone know what the problem might be? Isn't it possible to bind PropertySearch results to other controls than PageList, like the Calendar?
Thanks / Christoffer