Summary
Question:
Is possible to create a context menu with Silverlight 1.1 and override or extend the currently context menu with Silverlight configuration?
Answer:
The main point of our solution is using the Javascript "ContextMenu" event the belongs to Silverlight host DOM element and creating our own implementation of it. That's how we created custom Context Menu using Javascript back in the good old HTML days.
Details
No Details Posted