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

Context Menu with tree view items

1 Answer 60 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Shabbir Hussain
Top achievements
Rank 1
Shabbir Hussain asked on 13 Mar 2010, 07:01 AM

Sir,

                I tried to open context menu with tree view items and seen lot of sample from your help and forum but unfortunately I am unable to see context menu. I am send the complete application with full source code, can u guide me to resolve this problem. I already spent 2 days due to my dead line is going to heart.

 

Waiting for you response…………….

Source Code:

http://cid-47791f05cc7cb7e5.skydrive.live.com/self.aspx/.Public/SilverlightApplication1.rar

1 Answer, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 17 Mar 2010, 04:33 PM
Hi Shabbir Hussain,

You have to define your silverlight object to be ina  windowless mode: 
<param name="windowless" value="true" /> in the aspx page.

<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">
         <param name="source" value="ClientBin/SilverlightApplication1.xap"/>
         <param name="onError" value="onSilverlightError" />
         <param name="background" value="white" />
         <param name="minRuntimeVersion" value="4.0.41108.0" />
         <param name="autoUpgrade" value="true" />
         <param name="windowless" value="true" />
         <a href="http://go.microsoft.com/fwlink/?LinkID=149156&v=4.0.41108.0" style="text-decoration:none">
             <img src="http://go.microsoft.com/fwlink/?LinkId=161376" alt="Get Microsoft Silverlight" style="border-style:none"/>
         </a>
       </object>




Best wishes,
Kaloyan
the Telerik team

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 Public Issue Tracking system and vote to affect the priority of the items.
Tags
TreeView
Asked by
Shabbir Hussain
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
Share this question
or