Please add the following MvcViewer action in options:
Code: Select all
ActionInteraction = "ViewerInteraction"
Code: Select all
public ActionResult ViewerInteraction()
{
return StiMvcViewer.InteractionResult(this.HttpContext);
}
Thank you.