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

[Solved] cannot enable context menus on node once disabled

3 Answers 68 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
mark
Top achievements
Rank 1
mark asked on 13 Feb 2008, 05:44 PM
I cannot enable context menus on node once disabled.  I would like to be able to enable them.

I will open a ticket and send you a picture
running verision 2007.3.1328.20


Here is your implementation

public bool EnableContextMenu
{
    get
    {
        return (this.ViewState["EnableContextMenu"] == null);
    }
    set
    {
        this.ViewState["EnableContextMenu"] = value;
    }

3 Answers, 1 is accepted

Sort by
0
Erjan Gavalji
Telerik team
answered on 13 Feb 2008, 07:23 PM
HI Mark,

Thanks for pointing this glitch! It is fixed now and the official service pack will contain the fix.

Best,
Erjan Gavalji
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
mark
Top achievements
Rank 1
answered on 13 Feb 2008, 07:29 PM
where/when can I get the service pack?
0
Paul
Telerik team
answered on 14 Feb 2008, 12:25 PM
Hello Mark,

Please find attached the latest internal build of the controls. Give it a try and let us know if you have other questions and/or problems.

Best wishes,
Paul
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
TreeView
Asked by
mark
Top achievements
Rank 1
Answers by
Erjan Gavalji
Telerik team
mark
Top achievements
Rank 1
Paul
Telerik team
Share this question
or