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

[Solved] Context menu on RadTreeView disappearing after async postback within radajaxpanel

1 Answer 126 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
FL-Developer
Top achievements
Rank 1
FL-Developer asked on 06 May 2007, 07:34 AM
The scenario works fine in radcontrols ajaxpanel.  Broken in prometheus.

Code:

<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server">

 

<radT:RadTreeView ID="RadTreeView1" runat="server"

Skin="ExampleSkins/ContextMenu"

DataTextField="title" DataValueField="pageid"

DataFieldParentID="parentid" DataFieldID="pageid"

OnNodeContextClick="ContextClicked"

BeforeClientContextClick="ContextMenuClick"

DragAndDrop="true" DragAndDropBetweenNodes="true" OnNodeDrop="HandleDrop"

LoadingMessage="Loading...">

</radT:RadTreeView>

</telerik:RadAjaxPanel>

1 Answer, 1 is accepted

Sort by
0
Accepted
Konstantin Petkov
Telerik team
answered on 07 May 2007, 08:54 AM
Hello bzburns,

Indeed, it seems the context menu of RadTreeView does not work well with Prometheus RadAjax currently. I verified that myself and have forwarded that to our developers.

Thank you for reporting this issue - your Telerik points are updated. We will investigate the problem thoroughly and will do our best to address it for the next release.

Best wishes,
Konstantin Petkov
the telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Ajax
Asked by
FL-Developer
Top achievements
Rank 1
Answers by
Konstantin Petkov
Telerik team
Share this question
or