New to Telerik UI for ASP.NET MVC? Download free 30-day trial

PopoverActionFactory

Methods

Add()

Adds an item to the collection

RETURNS

Returns a PopoverActionBuilder with the available configuration options.

Example


            @(Html.Kendo().Popover()
                    .For("#calendar")
                    .Filter("td a")
                    .Position(PopoverPosition.Right)
                    .ShowOn(PopoverShowOn.Click)
                    .Actions(action => action.Add())
            )

In this article
Not finding the help you need?