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

Display Issue with Context Menu hiding

1 Answer 64 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Sean
Top achievements
Rank 1
Sean asked on 02 Mar 2009, 10:40 AM
Hi,

I have a RadGrid :

   <telerik:RadGrid ID="rgShowAll" runat="server" OnItemDataBound="RadGrid1_ItemDataBound" 
      Skin="Vista" AutoGenerateColumns="false" ClientSettings-Resizing-AllowColumnResize="true" 
      OnSelectedIndexChanged="RadGrid1_SelectedIndexChanged" OnSortCommand="RadGrid1_SortCommand" 
      ShowHeader="true" Visible="false" SortingSettings-SortedAscToolTip="Sort Ascending">  
      <MasterTableView ShowFooter="false" HierarchyDefaultExpanded="false" AllowSorting="true" AllowFilteringByColumn="true">  
         <HeaderStyle /> 
         <Columns> ...</Columns> 
      </MasterTableView> 
      <ClientSettings EnablePostBackOnRowClick="true">  
         <Selecting AllowRowSelect="true" /> 
         <ClientEvents OnRowContextMenu="RowContextMenu" /> 
      </ClientSettings> 
   </telerik:RadGrid> 

With a context menu :

<telerik:RadContextMenu ID="ContextMenu" runat="server" Skin="Outlook" OnItemClick="ContextMenu_ItemClick">  
</telerik:RadContextMenu> 

Which has items added programatically :

 ContextMenu.Items.AddRange(ContextMenuHelper.GetButtonsForView(MenuOwnerTypes.ContentItemView.ToString())); 

The problem I am experiencing is a display issue after selecting an item from the context menu.
Functionally all is well, but as the context menu hides after the click, it momentarily jams, show a number of the menu items on screen before disappearing completely.  This is undesirable and I would like to remove this effect.

Any suggestions?

Regards,

Sean Duffy

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 05 Mar 2009, 07:04 AM
Hello Sean,

I tested the setup locally, and failed to replicate the issue.
If the problem persists, you can open a formal support ticket, and send us a small working project, demonstrating your setup, and the unwanted behavior. We will debug it locally, and advise you further.

Regards,
Yavor
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Sean
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or