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

[Solved] Row independent ContextMenu

1 Answer 86 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.
Michael Hilgers
Top achievements
Rank 1
Michael Hilgers asked on 09 Dec 2010, 03:56 PM
Hi Telerik-Team,

i found the following blog entry about context menus: http://blogs.telerik.com/vladimirenchev/posts/09-04-09/how_to_radgridview_for_silverlight_row_context_menu_in_three_simple_steps.aspx

This is working fine as long as i click on a existing row in the GridView, so i can use it to create a ContextMenu like Edit/Delete/Refresh etc.

But, and i think this is a common needed feature, how can i create a context menu that also enables the user to CREATE a NEW iteam in an empty GridView?

Hope there is a solution for this problem ;)

Regards,
Michael

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 09 Dec 2010, 04:06 PM
Hi Michael,

 You can check the latest version of the same here. The code in RadContextMenu_Opened will look for GridViewRow and if not found will not open the menu however you can remove this. 

Regards,
Vlad
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
Tags
GridView
Asked by
Michael Hilgers
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or