AD
Administrator
Syncfusion Team
July 12, 2005 06:24 PM UTC
The default contect menu of the cell controls will vary depending upon the actual control.
Have you tried setting e.Control.ContextMenu = null in OnCurrentCellGotFocus to see if that gives you what you need. If not, then you could loop through teh grid.CelRenderer''s class in Form.Load and set cellRenderer.Control.ContextMenu = null for any or all of the cell controls at that point as well.
AD
Administrator
Syncfusion Team
July 13, 2005 06:24 AM UTC
That''s exactly what I did and it worx. Thanx.