Skip to main content
Home Forums Silverlight Programming Programming with .NET - General silverlight 2 agenda, calendar like outlook
9 replies. Latest Post by jijaxxx on November 9, 2009.
(0)
jijaxxx
Member
21 points
46 Posts
07-29-2009 9:19 AM |
hello everybody,
i want to do an agenda, like outlook calendar in silverlight.
Can you help me plz?
i dont know how to beggin, i want to use calendar control or dataGrid.
link or code are welcom.
thx.
PS: appologise for my english, i'm french. =)
ken tucker
All-Star
16302 points
2,487 Posts
07-29-2009 1:26 PM |
Telerik sells a schedule control. I am not aware of any tutorials on how to create one
http://www.telerik.com/products/silverlight/scheduler.aspx
07-30-2009 4:14 AM |
thx, but i want to build my own application. (free =D )
MarkMonster
Contributor
5220 points
1,046 Posts
07-30-2009 4:29 AM |
Do you want something like the calendar in this application? Maybe you can retrieve information using Silverlight Spy.
http://labs.cas.de/silverlight/CASPIASL/
07-30-2009 4:59 AM |
my application is something like a calendar. Is an agenda, same in your link or telerik scheduler.
thx
koyot3
Participant
805 points
172 Posts
07-30-2009 5:13 AM |
I think you must use datagrid for your project...
day on x and hour on y
So you can enabled the multiline selected option in your datagrid in order to set a meeting for example..
check here
Ca peut être un bon début je pense , bon courage !!
Johan
----
Please mark as answer if it help
08-04-2009 8:25 AM |
i use a datagrid finally...
but now, on event "selectionitemchanged" i want to change background (for example, or add text) of the cell selected... just one cell in my datagrid.
how can be possible, plz?
Thx
dixxieon...
46 points
8 Posts
11-06-2009 6:02 PM |
I have built a custom Calendar control here http://slcalendarcontrol.codeplex.com/
MawashiKid
577 points
107 Posts
11-06-2009 6:41 PM |
Yes... I know about your custom Calendar control... I've already given it a look...
Well done my friend... well done...
11-09-2009 8:04 AM |
very good job "Dixxi..."
Thx, your control work very well!