BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Yustme,
Thank you for using Syncfusion products.
Please find the below sample on which we have made use of the MS SQL Server 2012 for creating the database and also used the same with the schedule control in the below sample as per your requisition:
Also, please make use of the below table script of the database which we have used in the sample, from the below link:
scriptformssql2012database.zip
Note: Make changes to the connectionString in the above sample with your own server name and database name in order to make it runnable.
Kindly try the sample and let us know, if you have any other concerns.
Regards,
Velmurugan
Hi Yustme,
Thank you for using Syncfusion products.
Please find the below modified sample on which we have considered your requirements “Recurrences, RecurrencesType, RecurrenceTypeCount,Reminder, Prority, Category, AllDay, RecurrenceStartDate, RecurrenceEndDate, RecurrenceRules” entities and with MSSQL 2012 database done in our schedule control, which can be downloaded from the below location:
Also, please make use of the below modified table script of the database which we have used in the sample, from the below link:
Note: Make changes to the connectionString in the above sample with your own server name and database name in order to make it runnable.
Please let me know if any other concerns or questions,
Regards,
Velmurugan
Hi Yustme,
Thanks for Contacting Syncfusion,
The “Owner” Fields is used for representing Resource ID in
the appointment list, its data type is “Int”.
<code>
Controller:
ScheduleResource Resource1 = new ScheduleResource()
{
ResourceID = 1,
ResourceName = "Andrew",
ResourceAppointmentClass = "Resource1_Css",
};
ViewData["resources"] = new List<ScheduleResource>() { Resource1};
</code>
Note : we will create appointment for this resource, we need to mention Owner field as “1”.
Please let me know if you have any other concerns or questions.
Regards,
Velmurugan
Hi Xavier,
Thanks for using Syncfusion products.
We have created the sample with your requisition for data binding concept, which can be downloaded
from the below location.
Also, Please find the below table script for the database which we have used in the above sample.
Kindly refer the sample and please let us know if it helps and also, if any other concerns.
Note: Please change the Connection String in the sample with your own server name and database name.
Regards,
Velmurugan