The PopOver widget

The PopOver widget is used on tablet devices to display content on a visual layer that floats above the app's window. This widget is typically used in the following scenarios:

  • To display some information about an element
  • To display a menu for navigating to other views
  • To display a context menu with actions to be performed
  • To display a filter list

The PopOver widget can contain multiple views inside it and they can be navigated between each other. The views are automatically added inside a Pane widget. The Pane widget's properties can be set using the pane configuration option.

Initialization

The widget can be initialized declaratively by setting data-role="popover". Additional pop-up options can be set through the data-popup attribute. ...

Get Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.