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

Context Menu not shown for the correct tree node when browser size is increased

1 Answer 71 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Maulik Patel
Top achievements
Rank 1
Maulik Patel asked on 02 Jun 2011, 01:51 PM
Hi,


I have implemented the telerik treeview and attached context menu. Context menu will differ depending on selected node. This works fine for normal browser size (100%). If the browser size is increased (e.g. 150 %), then it does not show proper context menu. It shows context menu of previously selected node or random node. To check the functionality of telerik treeview, I have created one demo application. In this, I have just displayed name of the node which was clicked to open the context menu. 

private void contextMenu_Opened(object sender, RoutedEventArgs e)
{
    RadTreeViewItem conItem = ((RadContextMenu)sender).GetClickedElement<RadTreeViewItem>();
    MessageBox.Show(conItem.ToString());
}


Please find attached screen shots for the behavior. Does anyone have noticed similar behavior? Is there any work around for it?


Regards,
Maulik

1 Answer, 1 is accepted

Sort by
0
Petar Mladenov
Telerik team
answered on 07 Jun 2011, 12:33 PM
Hi Maulik Patel,

This is known issue and it is also a common Silverlight Problem. Unfortunately, there are no existing workarounds so far.
Feel free to ask if you need more info on this.

Kind regards,
Petar Mladenov
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
Maulik Patel
Top achievements
Rank 1
Answers by
Petar Mladenov
Telerik team
Share this question
or