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

[Solved] RadGridView and RadContextMenu in child window

4 Answers 108 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
haider aslam
Top achievements
Rank 1
haider aslam asked on 05 Jan 2010, 06:38 AM
Hi,
    I've used a RadgridView in a child window. I want to right click on a  gridview row and show up a context menu. But after implementing my Xaml and Xaml.cs file as described at http://demos.telerik.com/silverlight/#GridView/RowContextMenu the context menu does not show up. Help needed urgently.

Regards

4 Answers, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 07 Jan 2010, 06:55 AM
Hi haider aslam,

Is your application in Windowless mode? If it is please try it using RadWindow and let us know if it is working.

Best wishes,
Hristo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
haider aslam
Top achievements
Rank 1
answered on 09 Jan 2010, 11:52 AM
Hi,
    I used RadWindow and it solved the purpose. Now, can you please guide me how to restrict the user from clicking anywhere outside the RadWindow. The way silverlight child window control does, that only childWindow is active and anything in the background is inactive unless the ChildWindow is closed. Is it possible in RadWindow too?

Thanx.
0
haider aslam
Top achievements
Rank 1
answered on 09 Jan 2010, 11:53 AM
Hi,
    I used RadWindow and it solved the purpose. Now, can you please guide me how to restrict the user from clicking anywhere outside the RadWindow. The way silverlight child window control does, that only childWindow is active and anything in the background is inactive unless the ChildWindow is closed. Is it possible in RadWindow too?

Thanx.
0
Hristo
Telerik team
answered on 11 Jan 2010, 07:52 AM
Hi haider aslam,

To show modal window you need to call ShowDialog method of RadWindow.

Let us know if you need more help.

All the best,
Hristo
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
haider aslam
Top achievements
Rank 1
Answers by
Hristo
Telerik team
haider aslam
Top achievements
Rank 1
Share this question
or