New to Telerik UI for ASP.NET MVCStart a free 30-day trial

Events

The Telerik UI PDFViewer for ASP.NET MVC exposes events that allow you to control and customize the behavior of the UI component.

For a complete example on basic PDFViewer events, refer to the demo on using the events of the PDFViewer.

Handling by Handler Name

The following example demonstrates how to subscribe to events by a handler name.

Global.asax
    KendoMvc.Setup(options =>
    {
        options.RenderAsModule = true;
    });

Next Steps

See Also

In this article
Handling by Handler NameNext StepsSee Also
Not finding the help you need?
Contact Support