• refresh ()
    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();