New to Kendo UI for jQueryStart a free 30-day trial

Fullscreen

methods

Sets whether the adaptive ActionSheet would occupy the entire screen or only the bottom part and have a modal overlay.

<div id="actionsheet"></div>
<script>
    var actionsheet = $("#actionsheet").kendoActionSheet({
        adaptive: true,
        title: "Fullscreen actionsheet",
        closeButton: true
    }).getKendoActionSheet();

    actionsheet.fullscreen(true);
    actionsheet.open();
</script>
Not finding the help you need?
Contact Support