http://www.telerik.com/help/winforms/p_telerik_wincontrols_ui_radpropertygrid_allowdefaultcontextmenu.html
myPropertyGrid.AllowDefaultContextMenu = false;
If I change a value I can still see this little "show more" arrow as shown in the attached image. Clicking it does not show the menu, but why draw it in the first place?
myPropertyGrid.AllowDefaultContextMenu = false;
If I change a value I can still see this little "show more" arrow as shown in the attached image. Clicking it does not show the menu, but why draw it in the first place?