Completed
Last Updated: 27 Feb 2014 11:47 by ADMIN
ADMIN
Georgi I. Georgiev
Created on: 25 Oct 2013 08:41
Category:
Type: Bug Report
2
FIX. RadDropDownMenu - Form loses focus when openning
To reproduce: Add a RadgridView, open the context menu with RightClick and you will see the form blink. 

Workaround: void grid_ContextMenuOpening(object sender, ContextMenuOpeningEventArgs e) { e.Cancel = true; e.ContextMenu.Show(this.grid.GridViewElement, this.grid.PointToClient(MousePosition)); } 
0 comments