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

HeaderContextMenu takes 2 seconds to show up

1 Answer 37 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lenny_shp
Top achievements
Rank 2
Lenny_shp asked on 26 May 2010, 04:05 PM
2010.1.525.35


<HeaderContextMenu CollapseDelay="0" ExpandAnimation-Type="None"></HeaderContextMenu>

Header ContextMenu takes 2 seconds to show up after right click on the column header.

2nd issue:   I defined this to false but on the tooltip of the column header it still says "drag to group or render", and if I tried to drag it still showed the "dragging shadow".

<ClientSettings AllowDragToGroup="False" />

<telerik:RadGrid ID="RadGrid1" runat="server" Skin="Windows7" AllowFilteringByColumn="true" EnableHeaderContextMenu="true" EnableHeaderContextFilterMenu="true"  
        AllowPaging="True" AllowSorting="True" ShowStatusBar="true" 
        GroupingSettings-CaseSensitive="false" EnableLinqExpressions="False" 

1 Answer, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 01 Jun 2010, 10:07 AM
Hi Lenny_shp,

Regarding your first issue:
I tried to replace the described issue, but to no avail. I am sending you a simple example which demonstrates using of the RadGrid's header context menu. Please check it out and let me know what differs in your case.

With respect to your second issue:
In the test example which I am sending I set ClientSettings.AllowDragToGroup to false and the example works as expected.

Looking forward for your reply.

Sincerely yours,
Radoslav
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Lenny_shp
Top achievements
Rank 2
Answers by
Radoslav
Telerik team
Share this question
or