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

Shows or hides the floating scroll-to-bottom button that appears when the user moves away from the latest messages. In endless scrolling mode, the button is also used to return to the latest rendered batch before scrolling to its bottom.

Default: true

<div id="chat"></div>
<script>
$("#chat").kendoChat({
    scrollToBottomButton: false,
    authorId: "user"
});
</script>
Not finding the help you need?
Contact Support