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

Context Menu with tree view items

1 Answer 30 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Shabbir
Top achievements
Rank 1
Shabbir asked on 15 Mar 2010, 05:46 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
Accepted
Kiril Stanoev
Telerik team
answered on 17 Mar 2010, 03:41 PM
Hi Shabbir,

All you have to do in your example is to mark the Silverlight plugin (in SilverlightApplication1TestPage.aspx) as Windowless="True"

<div id="silverlightControlHost">
    <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>
    <iframe id="_sl_historyFrame" style="visibility: hidden; height: 0px; width: 0px;
            border: 0px"></iframe>
</div>

Give it a try and let me know how it works for you. If this does not help, contact us as soon as possible. I'd be glad to further assist you.

Kind regards,
Kiril Stanoev
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
Top achievements
Rank 1
Answers by
Kiril Stanoev
Telerik team
Share this question
or