This is a migrated thread and some comments may be shown as answers.

Not able to get SideDrawer (Xamarin forms)

2 Answers 39 Views
SideDrawer
This is a migrated thread and some comments may be shown as answers.
Vaibhav
Top achievements
Rank 1
Vaibhav asked on 19 Dec 2016, 05:05 PM

Hello guys,

    I have downloaded the sample version of Telerik. I need to use SideDrawer control so I have copied the example of Location SideDrawer (Location.xaml and Location.xaml.cs files) from Telerik Sample example folder and added all the references of Telerik into my PCL and iOS project. Though I am not able to get this SideDrawer. Will you please tell me is there anything which I have forgot to do ?

Please help....!

Thank you.

2 Answers, 1 is accepted

Sort by
0
Lance | Manager Technical Support
Telerik team
answered on 19 Dec 2016, 06:19 PM
Hi Vaibhav,

You may have forgotten to add the renderers and also possibly the the calls to TelerikForms.Init().

I've listed the things you need to get started with RadSiderDrawer below, do them in order:

1 - Make sure you've added the required assemblies for RadSiderDrawer
2 - Make sure you have registered the renderers (this is the part you may have missed)
3 - To add the control to the view, follow Getting Started with RadSideDrawer

Also,make sure you have a call to TelerikForms.Init() in each platform target, right before Xamarin's Forms.Init().

If you're still stuck, you can use the Telerik Xamarin Forms Project Creation Wizard to create a fully functional Xamarin.Forms app and look at the configuration.

Let us know if you have any further trouble. Please include screenshots of your relevant AppDelegate.cs, MainActivity.cs and MainPage.xaml.cs files so that we can see what you're working with.

Regards,
Lance | Tech Support Engineer, Sr.
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Vaibhav
Top achievements
Rank 1
answered on 20 Dec 2016, 07:51 AM

Hey Lance,

Thanx a lot for the quick reply. Its working very fine. Your support is really very helpful for me.

Tags
SideDrawer
Asked by
Vaibhav
Top achievements
Rank 1
Answers by
Lance | Manager Technical Support
Telerik team
Vaibhav
Top achievements
Rank 1
Share this question
or