Hello Bindra,
You can show the RadContextMenu explicitly using the following methods.
- show(event):Displays the menu as a pop-up, using the position in
the DOM event that is passed as a parameter.
- showAt(int X, int Y):Displays the menu as a pop-up at the
coordinates specified by the parameters.
Here is a sample code to achieve the same.
aspx:
Javascript:
And attaching the keypress event from pageload.
C#:
Thanks,
Princy.