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
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
0
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.
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.
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.
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
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.
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.