Remove Right-Click Context menu

I am using GridWeb control. I do not want the right-click aspose menu i.e. when I right-click on the grid, it should not show any menu. Is there a way to achieve that?

Thanks.

Hi,

Please try the attached latest version/fix, we have implemented ShowContextMenu attribute of GridWeb to support hide/view context menu. You may set GridWeb.ShowContextMenu = false; for your need.

Thank you.