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

RadContextMenu not closing completely

1 Answer 70 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Mike
Top achievements
Rank 1
Mike asked on 29 Apr 2011, 10:03 PM
I'm using a RadContextMenu that works fine except that it doesn't close completely when I click away from it.  When it closes, it slides back up into invisibility, except the bottom 9 or 10 pixels remain visible.

This RadContextMenu is invoked when the user clicks on an imagebutton that is within a radgrid.
                                    <telerik:GridTemplateColumn UniqueName="Actions" ItemStyle-Width="10%">
                                        <ItemTemplate>
                                            <oscarcontrols:OscarImageButton runat="server" ID="imgSetting" ImageUrl="~/images/bg_btn_setting.png" OnClientClick='<%# "showMenu(event, " + DataBinder.Eval(Container.DataItem, "OrdID") + ")" %>' /> 
                                        </ItemTemplate>
                                    </telerik:GridTemplateColumn>
  
...
  
        <Telerik:RadContextMenu id="RadContextMenu1" runat="server"
            EnableRoundedCorners="true" EnableShadows="true" OnItemClick="RadContextMenu1_ItemClick">
            <Items>
                <Telerik:RadMenuItem Text="Approve" />
                <Telerik:RadMenuItem Text="Decline" />
                <Telerik:RadMenuItem Text="Info Request" />
            </Items>
        </Telerik:RadContextMenu>

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 05 May 2011, 11:10 AM
Hello Mike,

I tested the scenario that you describe with both only a simple image and an image into an ItemTemplateColumn in a Grid. However, I can not reproduce the issue that you encounter. Please take a look at the page that I have attached an let me know if I am missing something and if you could modify it so it shows the issue. I would also suggest that you open a support ticket and attach the running project there.


Kind regards,
Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Menu
Asked by
Mike
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or