AD
Administrator
Syncfusion Team
October 22, 2004 06:36 AM UTC
Does your custom celltype have a control in it, say a Windows Forms TextBox? If so, this is why you are seeing the default TextBox ContextMenu. If this is the case, then you should be able to set myTextBox.ContextMenu = myContextMenu after you have created the myTextBox to allow it to show your own context menu.
If this does not help, if you can post a little sample grid using your custom cell type, we can try to suggest something else.