• items () : jQuery
    Get the listview DOM element items
    Returns
    jQuery The listview DOM element items
  • refresh (e)
    Repaints the listview (works only in databound mode).

    Example

    // get a reference to the mobile listview widget
    var listView = $("#listView").data("kendoMobileListView");
    // refreshes the listview
    listview.refresh();

    Parameters

    e