This question is locked. New answers and comments are not allowed.
I don't have much experience with Silverlight applications, so if this is possible, I'm not real sure how to go about achieving it.
I've been able to get the ScheduleView demo application up and running using SQL Server as the data source (ScheduleView_EF_SL project)
I'm looking for the best way for users to be able to paste supporting information into an appointment, like you can do in an Outlook appointment. The current description field is plain text and it would be nice if they could paste in something from a Word document that might contain a formated table or HTML or some other content. It seems like the RadRichTextBox might be a possibility (if I understand its function correctly), but how would I store that content in SQL and then display the content when the created appointment is viewed?
I've been able to get the ScheduleView demo application up and running using SQL Server as the data source (ScheduleView_EF_SL project)
I'm looking for the best way for users to be able to paste supporting information into an appointment, like you can do in an Outlook appointment. The current description field is plain text and it would be nice if they could paste in something from a Word document that might contain a formated table or HTML or some other content. It seems like the RadRichTextBox might be a possibility (if I understand its function correctly), but how would I store that content in SQL and then display the content when the created appointment is viewed?