Developer forum

Forum » Templates » Make a custom modul calendar control

Make a custom modul calendar control


Reply

 


Is there any way that I can present the list of events in a nice setup like a calendar control?


 


 


See a small screenshot of the calendar control:


http://www.dalsgaard.info/2005/_w/calScreenShoot_jpg.jpg


 


I would like to use a calendar control from Telerik, so I need to upload a dll file to the site.


http://www.telerik.com/demos/aspnet/Calendar/Examples/Programming/CustomDayCellRendering/DefaultCS.aspx 


I can feed the control either by server side or via client side, so a possible saving of the events in a XML file could be really helpful.


 


Any advice are greatly appreciated, merci


 


-chris


Replies

 
Reply

I have passed this on to Helpdesk



I'm new in town



-chris





cd@farodane.fo wrote:



 




Is there any way that I can present the list of events in a nice setup like a calendar control?




 




 




See a small screenshot of the calendar control:




http://www.dalsgaard.info/2005/_w/calScreenShoot_jpg.jpg




 




I would like to use a calendar control from Telerik, so I need to upload a dll file to the site.




http://www.telerik.com/demos/aspnet/Calendar/Examples/Programming/CustomDayCellRendering/DefaultCS.aspx 




I can feed the control either by server side or via client side, so a possible saving of the events in a XML file could be really helpful.




 




Any advice are greatly appreciated, merci




 




-chris



 
Reply
Hi, 

 

Just wondering; cant you use a Javascript calendar, to show the events directly from the calendarmodule, cant see from your post if you have any specific requirements that disallows that.

 

If you can use a javascript, I have made one you can see here:

http://www2.oplevholbaek.dk/Default.aspx?ID=15&Purge=True (page under develoment) This works with calendar module v 2.

 

Best regards

 

Regin Madsen

mediafusion
 
Reply

Dear Regin,

 

 

Very nicely styled! This gave me a good clue.

 

So I guess that if I wanna mark out the dates where I actually have some events, I could solve this by making a template file that loops the dates into a JavaScript array in EventListPartTemplate.html


-chris

 
Reply
cd@farodane.fo wrote:



Dear Regin,



 



 



Very nicely styled! This gave me a good clue.



 



So I guess that if I wanna mark out the dates where I actually have some events, I could solve this by making a template file that loops the dates into a JavaScript array in EventListPartTemplate.html






-chris






Thanks :-)


 


Yes I guess that could do the trick, havent tried to use loops in a calendar template, but if thats possible I see no reason why that shouldnt be possible.


 

 

You must be logged in to post in the forum