Hi.

How do you create and add a cWebContextMenu to a subclass, or add objects to the existing context menu of the cWebGrid?
I want to add objects to the default contextmenu of a cWebGrid. I really don´t want to create a context menu inside every cWebGrid object I have in my application.
So is there a way to create my own contextmenu and add it to my subclass of the cWebGrid? Or to actually just append objects to the existing contextmenu?
Has anyone done this?