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

Expanderview dll for windowsphone7

3 Answers 94 Views
ExpanderControl
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Charulatha
Top achievements
Rank 2
Charulatha asked on 29 Jan 2013, 05:43 AM
Hi Telerik Admin,

   I installed the trial version RadControlsForWindowsPhone7Setup_2012_3_1311, cant able to add Telerik control dll's in windowsphone7 application. I like to add Expanderview, Conversationview and some others. Can you help me to get those Telerik primitive dll for windowsphone7. Is it possible to use Telerik radcontrols for windowsphone7?

Thanks for advance!

3 Answers, 1 is accepted

Sort by
0
Kiril Stanoev
Telerik team
answered on 31 Jan 2013, 08:30 AM
Hello Charulatha,

Thank you for contacting us. What exactly seems to be the problem? Do you get an exception? I'd be glad to further assist you. 

Kind regards,
Kiril Stanoev
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
0
Charulatha
Top achievements
Rank 2
answered on 31 Jan 2013, 04:37 PM
Hi,

  Thanks for your reply.
   I cant able to add Expanderview dll in Reference files, it throws errors not support to add needs higher compatability version.
 
   Then I add the control through "choose items" on toolbox, it gets the dll directly to reference files. Nothing added in Expander content. Then I run my application, When I click the dropdown icon on the Expanderview at runtime, it throws error parser incomptability.

    Here I attached the screenshots which I got at runtime, Can you please check it in WP7?

Thanks & Regards
0
Todor
Telerik team
answered on 06 Feb 2013, 09:24 AM
Hi Charulatha,

Thank you for writing us back.

I'm assuming that you want to use our RadExpanderControl. It is included in our assembly Telerik.Windows.Controls.Primitives which also references our assembly Telerik.Windows.Core. In order to use the control, you need to add both references to your project. Then you need to declare a prefix, if you want to use the control in xaml. For example:
xmlns:telerikPrimitives="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Primitives"
And then start using the control as any other control in WindowsPhone:
<telerikPrimitives:RadExpanderControl />
 
I have attached a demo application to illustrate the most simple usage of the control. If you want to see some more examples and information about this control, you can have a look at our online documentation here.

If you still experience difficulties using this control you can send us your project, so that we can see what causes the issues.

Kind regards,
Todor
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
ExpanderControl
Asked by
Charulatha
Top achievements
Rank 2
Answers by
Kiril Stanoev
Telerik team
Charulatha
Top achievements
Rank 2
Todor
Telerik team
Share this question
or