Completed
Last Updated: 17 Aug 2015 08:29 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 07 Aug 2015 10:58
Category: GridView
Type: Bug Report
0
FIX. RadGridView - "Cut" and "Paste" menu items should not be displayed in the context menu when the AllowEditRow property is set to false and you click over the header row cells
To reproduce:
            this.radGridView1.AllowEditRow = false;
            this.radGridView1.AllowColumnHeaderContextMenu = true;
            this.radGridView1.AllowCellContextMenu = true;

Workaround: subscribe to the ContextMenuOpening event and hide the items. An alternative solution is to use RadGridView in read-only mode. 
Attached Files:
0 comments