How to pass params with ContextMenu NavigateUrl action?
I'm trying to pass a single parameter with a context menu item. From the documentation ( http://www.daypilot.org/context-menu.html ) I understood that a {0} in the url will be replaced with the event value, but this is not the case.
Using: <DayPilot:MenuItem Text="View" Action="NavigateUrl" NavigateUrl="page.aspx?id={0}" />
will bring you to "page.aspx?id={0}" , no substitution is done.
Am I missing the point?
(I'm using a javscript action for the moment to get this functionality so it's not that important).
Asked by D. Ritchi 4 years ago.