- Home
- Forum
- Xamarin.Forms
- starting Syncfusion
starting Syncfusion
Hello I am new to Syncfusion and also in Xamarin. But I'm working with an application and implemented the Sfschedule as shown in the documentation. But it throws me errors both
Scheduleview (says finds no reference in sfschedule)
and does not recognize the this.Content = sfschedule code;
He says it can not convert to SfSchedule Xamarin.Forms.View.
I used the example of code:
SfSchedule sfschedule SfSchedule = new ();
sfschedule.ScheduleView = ScheduleView.WeekView;
this.Content = sfschedule;
But creating the Xaml I can do display normal. Only if I create in csharp is not possible to deploy
srry my english
i add all refenrence
SIGN IN To post a reply.
3 Replies
SP
Subburaj Pandian Veluchamy
Syncfusion Team
August 9, 2016 12:09 PM UTC
Hi Thiaho,
Thank you for your interest in Syncfusion products.
We have checked your provided code example, based on your requirement we have prepared a simple sample with the nuget packages. Please find the sample below,
Sample link: ScheduleSample
Thank you for your interest in Syncfusion products.
We have checked your provided code example, based on your requirement we have prepared a simple sample with the nuget packages. Please find the sample below,
Sample link: ScheduleSample
To know more about Schedule control, please refer our online user guide documentation by the below link,
Link : http://help.syncfusion.com/xamarin/sfschedule/getting-started
If the given solution doesn’t work, could you please modify the provided sample based on your requirement and revert to us? It will be helpful for us to analyze on it and provide you a solution.
Regards,
Subburaj Pandian V.
TO
THIAGO OJEDA NOGUEIRA
August 9, 2016 01:23 PM UTC
Thank you very much,
comparing the example with my application and I really had not done anything different.
I could pack up and was just a Clean Solution on the Project and, yes I cleaned the solution and then the project before cleaned so one and nothing happened.
and my aquivo and namespace was like SfSchedule then was giving confiicts with the component.
Thank you for service, you are Congratulations.
Sorted out
att
SP
Subburaj Pandian Veluchamy
Syncfusion Team
August 10, 2016 12:42 PM UTC
Hi Thiaho,
In your given code example, SfSchedule wasn’t initialized properly. Please check with the mentioned code example below.
In your given code example, SfSchedule wasn’t initialized properly. Please check with the mentioned code example below.
| [c#] //Initializing Schedule SfSchedule schedule = new SfSchedule(); |
We had prepared sample with the required code changes, please run the previously updated sample by us. Incase if the sample doesn’t work, please modify it and update us. It will be helpful for us to analyze it and provide you a solution.
Regards,
Subburaj Pandian V.
SIGN IN To post a reply.
- 3 Replies
- 2 Participants
-
TO THIAGO OJEDA NOGUEIRA
- Aug 9, 2016 03:20 AM UTC
- Aug 10, 2016 12:42 PM UTC